How to check and verify if a dataframe (df) has any missing values? code example Example: check for missing values by column in pandas df.isna().any()