DataFrame.IsEmpty 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.
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
True if empty
- Attributes