语言

DataFrame.IsEmpty 方法

定义

如果此 DataFrame 为空,则返回 true。

[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

返回

如此 如果为空

属性

适用于