Hitung Jumlah Total NULL, ISNA SUM Python
df.isnull().sum(axis = 0)
Clumsy Cowfish
df.isnull().sum(axis = 0)