#Python, pandas #Count missing values for each column of the dataframe df  df.isnull().sum() 

Read more of this post