Skip to content

Instantly share code, notes, and snippets.

@gustavoschmoeller
Created January 7, 2021 17:34
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/f457018a065c62d3789623e6a9dcf976 to your computer and use it in GitHub Desktop.
Save gustavoschmoeller/f457018a065c62d3789623e6a9dcf976 to your computer and use it in GitHub Desktop.
Importando o dataset em CSV
# Importando o dataset em CSV
df = pd.read_csv('https://raw.githubusercontent.com/gustavoschmoeller/consumo-cerveja-sp/main/Consumo_cerveja.csv')
print(df.shape)
df.head(10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment