DataFrameColumn.ElementwiseIsNull Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs an element-wise equal to Null on each value in the column
public virtual Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool> ElementwiseIsNull ();
abstract member ElementwiseIsNull : unit -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
override this.ElementwiseIsNull : unit -> Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
Public Overridable Function ElementwiseIsNull () As PrimitiveDataFrameColumn(Of Boolean)