How to find the number of missing values in a column 'custId' of a dataframe 'Sales'? code example Example: count missing values by column in pandas df.isna().sum()