How to find out if a field is not empty(\'\') and not null in a pandas dataframe?
I am using if not value and pd.notna(value):
if not value and pd.notna(value):
Is it correct or th