Знание нулевых значений суммы в определенной строке в пандах
note:df is syour dataframe
print(df['emp_title'].isnull().sum())
JAKKA9
note:df is syour dataframe
print(df['emp_title'].isnull().sum())