Column.IsNaN 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.
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.