Skip to content

Instantly share code, notes, and snippets.

@gustavoschmoeller
Last active January 7, 2021 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gustavoschmoeller/aa8df7d5ff5b7a770e5794feb5257ee1 to your computer and use it in GitHub Desktop.
Save gustavoschmoeller/aa8df7d5ff5b7a770e5794feb5257ee1 to your computer and use it in GitHub Desktop.
# Somando a quantidade de valores NaN
df.isnull().sum()
Data 576
Temperatura Media (C) 576
Temperatura Minima (C) 576
Temperatura Maxima (C) 576
Precipitacao (mm) 576
Final de Semana 576
Consumo de cerveja (litros) 576
dtype: int64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment