modin.pandas.DataFrame.empty¶
- property DataFrame.empty[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.23.0/../../../../../opt/hostedtoolcache/Python/3.9.20/x64/lib/python3.9/site-packages/modin/pandas/dataframe.py#L345-L350)¶
- 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