Skip to content

Instantly share code, notes, and snippets.

@iangelmx
Last active May 31, 2020 00:40
Show Gist options
  • Save iangelmx/03bc4cb348749576be434c7aebe621b9 to your computer and use it in GitHub Desktop.
Save iangelmx/03bc4cb348749576be434c7aebe621b9 to your computer and use it in GitHub Desktop.
# Importamos la librería pandas y le ponemos el alias pd
import pandas as pd
# Leemos el archivo CSV con los datos a analizar
content_file = pd.read_csv('full-list-covid-19-tests-per-day.csv')
# Si ponemos las variables o procesos en linea al final del bloque
# del jupyter notebook nos imprimirá en pantalla el resultado
content_file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment