pandas check for empty dataframe code example Example: how to check for empty dataframe df_empty = pd.DataFrame({'A' : []}) df_empty.empty # True