Подсчет общее количество нулевого, ISNA Sum Python
df.isnull().sum(axis = 0)
Clumsy Cowfish
df.isnull().sum(axis = 0)