eland.DataFrame.empty¶ property DataFrame.empty: bool¶ Determines if the DataFrame is empty. Returns¶ boolIf DataFrame is empty, return True, if not return False. See Also¶ pandas.DataFrame.empty Examples¶ >>> df = ed.DataFrame('http://localhost:9200', 'flights') >>> df.empty False