para detectar si un marco de datos tiene valores NAN
> df.isnull().any().any()
True
Dead Dragonfly
> df.isnull().any().any()
True
df.isnull().sum().sum()
5