Example: using Python to automate calculations/graph generation in Excel
Processes data in time_series_covid_19_deaths.xlsx producing new file GrafosCovidMuertes.xlsx containing: original data, worldwide cumulative deaths listing per day with corresponding graph, and per country (or country and region) daily cumulative local deaths graphs
Data downloaded from: https://www.kaggle.com/sudalairajkumar/novel-corona-virus-2019-dataset. Registered deaths between 1/22/20 and 5/29/21. To run, execute program in the same directory as time_series_covid_19_deaths.xlsx. It overwrites file generated in previous runs.
Ejemplo: Uso de Python para automatizar cálculos/generación de gráficos en Excel.
Procesa datos en time_series_covid_19_deaths.xlsx, produciendo nuevo archivo GrafosCovidMuertes.xlsx, que contiene: datos originales, listado de muertes cumulativas mundiales por día con gráfico correspondiente, y gráficos por país (o país y región) de muertes acumuladas diarias locales
Datos descargados de: https://www.kaggle.com/sudalairajkumar/novel-corona-virus-2019-dataset. Muertes registradas entre 22/1/20 y 29/5/21 Para correr, ejecutar este programa en el mismo directorio de time_series_covid_19_deaths.xlsx. Sobreescribe el archivo producido en ejecuciones anteriores.