pandas.DataFrame.empty

Indicator whether DataFrame is empty.

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

return

bool If DataFrame is empty, return True, if not return False.

Warning

This feature is currently unsupported by Intel Scalable Dataframe Compiler