modin.pandas.DataFrame.empty¶
- property DataFrame.empty: bool[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.42.0/.tox/docs/lib/python3.9/site-packages/modin/pandas/dataframe.py#L370-L375)¶
- 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