Skip to content

Using Python to automatize calculations/graph generation in Excel -- Usando Python para automatizar cálculos/generación de gráficos en Excel

Notifications You must be signed in to change notification settings

OmarCalvo/Excel-Automatization-with-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Excel-Automatization-with-Python

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.

About

Using Python to automatize calculations/graph generation in Excel -- Usando Python para automatizar cálculos/generación de gráficos en Excel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages