modin.pandas.DataFrame.empty

property DataFrame.empty: bool[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.26.0/snowpark-python/.tox/docs/lib/python3.9/site-packages/modin/pandas/dataframe.py#L360-L365)

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