Mengetahui Jumlah Nilai Null adalah Pandas Dataframe

note:df is your pandas dataframe

print(df.isnull().sum())
JAKKA9