Aby wykryć, czy ramka danych ma wartości NAN
> df.isnull().any().any()
True
Dead Dragonfly
> df.isnull().any().any()
True
df.isnull().sum().sum()
5