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