How to check whether a pandas DataFrame
is empty? In my case I want to print some message in terminal if the DataFrame
is empty.
How to check whether a pandas DataFrame
is empty? In my case I want to print some message in terminal if the DataFrame
is empty.