FrameBackend.is_empty# abstractmethod FrameBackend.is_empty(df)[source] Return whether the DataFrame is empty. Parameters: df (Any) – The DataFrame to inspect. Returns: True if the DataFrame has no rows, otherwise False. Return type: bool