modin.pandas.DataFrame.empty¶
- property DataFrame.empty: bool[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.21.0/src/snowflake/snowpark/modin/pandas/dataframe.py#L399-L405)¶
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