I have a dataframe:
a b c 0 nan Y nan 1 23 N 3 2 nan N 2 3 44 Y nan
I wish to have this output:
Use
pd.isnull(df['Description'][i])