modin.pandas.DataFrame.empty¶

property DataFrame.empty: bool[source]¶

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