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

modin.pandas.DataFrame.empty

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

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

Language: English