Column.IsNaN Method

Definition

True if the current expression is NaN.

public Microsoft.Spark.Sql.Column IsNaN ();
member this.IsNaN : unit -> Microsoft.Spark.Sql.Column
Public Function IsNaN () As Column

Returns

New column with values true if the preceding column had a NaN value in the same index, and false otherwise.

Applies to