DataFrame.IsEmpty Method
Definition
Returns true if this DataFrame is empty.
[Microsoft.Spark.Since("2.4.0")]
public bool IsEmpty ();
[<Microsoft.Spark.Since("2.4.0")>]
member this.IsEmpty : unit -> bool
Public Function IsEmpty () As Boolean
Returns
- Boolean
True if empty
- Attributes
-
Applies to