You are viewing documentation about an older version (1.22.1). View latest version

modin.pandas.DataFrame.empty

property DataFrame.empty: bool[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.22.1/src/snowflake/snowpark/modin/pandas/dataframe.py#L397-L403)

Indicator whether the DataFrame is empty.

True if the DataFrame is entirely empty (no items), meaning any of the axes are of length 0.

Return type:

bool

语言: 中文