the axis=1 below is to find if there\'s any NaN in every row.
axis=1
df.isnull().any(axis=1)
the axis=1 below is to drop c