note:df is your pandas dataframe print(df.isnull().sum())
note:df is syour dataframe print(df['emp_title'].isnull().sum())