suazojaime / Covid19Visualization

Python code for covid data vizualization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Covid19Visualization

  • Python code for covid data vizualization

  • you will see the "casos actuales", "Casos fallecidos " and a colored area under the lines that show the stage "paso" in time

  • Code for visualizating covid data from real time data "https://github.com/MinCiencia/Datos-COVID19"

  • Using pandas, matplotlib, and others popular libraries

  • the line >> Comuna = 'San Felipe' allow to select the "comuna"

  • the line >> print(df_paso['comuna_residencia'].sort_values().unique()) prints all the comuna disponibles

  • Just choose your comuna and press play

-- Here are same examples of the result

alt text

alt text

About

Python code for covid data vizualization


Languages

Language:Python 100.0%