-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFC: Fixes clase 1 #17
Conversation
@@ -34,7 +34,13 @@ | |||
# + | |||
import pandas as pd | |||
|
|||
df = pd.read_csv('../../datasets/superheroes.csv') | |||
GSPREADHSEET_DOWNLOAD_URL = ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agregaría un comentario indicando la forma "fácil" directo de un path como para que les quede en el notebook, onda
# Para cargar un archivo csv a partir de una ruta
# df = pd.read_csv('../../datasets/superheroes.csv')
# Para cargar un archivo desde Google Sheets
<continuación>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sino, en lugar de cargarlo desde gsheets podriamos descargarlo y leerlo de esta ultima forma?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dale, podemos decir eso tambien
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
@@ -328,14 +390,19 @@ def alignment_to_numeric(alignment): | |||
# | |||
# Usamos un dataset que registra el clima y demás datos para distintas fechas de [alquiler de bicicletas](https://www.kaggle.com/c/bike-sharing-demand/data?select=train.csv) | |||
|
|||
bicis_df = pd.read_csv('../datasets/bicis.csv').set_index('datetime') | |||
bicis_df = pd.read_csv( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Acá haría lo mismo que para el dataset de superheroes o aclararía en un comentario que otra forma es leer el archivo directo desde Google Sheets como para que no se asusten cuando vean esto
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed, creo
Co-authored-by: CrossNox <ijmermet@gmail.com>
Co-authored-by: CrossNox <ijmermet@gmail.com>
Fixed datetime range loc
raises-exception
a las celdas que tiran excepcionCierra #21 (en teoria)