bigframes.pandas.DataFrame.empty#

property DataFrame.empty: bool#

Indicates whether Series/DataFrame is empty.

True if Series/DataFrame is entirely empty (no items), meaning any of the axes are of length 0.

Note

If Series/DataFrame contains only NA values, it is still not considered empty.

Returns:

If Series/DataFrame is empty, return True, if not return False.

Return type:

bool