how to show missing values rate in each column of dataframe pandas code example Example: pandas determine percentage of nans in column >>> flights.isna().mean().round(4) * 100