DataFrameColumn.ElementwiseIsNotNull 方法

定義

對欄位中的每個值執行元素層面不等於 Null 的操作

public virtual Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool> ElementwiseIsNotNull();
abstract member ElementwiseIsNotNull : unit -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
override this.ElementwiseIsNotNull : unit -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
Public Overridable Function ElementwiseIsNotNull () As PrimitiveDataFrameColumn(Of Boolean)

傳回

適用於