Skip to content

A personal project to experiment with some data visualization techniques and generate plots and animations from the Covid19 dataset of CSSE JHU..

Notifications You must be signed in to change notification settings

MatteGarba/Covid19-Data-Visualization

Repository files navigation

COVID-19 Data Visualization

GitHub commit

In this project my aim is to play with the selected datasets, generate plots and animations and improve my data visualization skills.

Main features developed:

  • Plot daily/cumulative data** of signle country;
    img1
  • Plot color filled single country plot with cases & deaths together;
    img5
  • Plot comparative daily/cumulative data** of multiple countries;
    img2
  • Plot comparative daily/cumulative N-days running averaged data** of multiple countries;
    img6
  • Plot a pie chart of the data*;
    img3
  • Plot a bar chart of data*** w.r.t. country population;
    img4
  • Generate an animation of a pie chart of the data** from Jan to today;
    IMAGE ALT TEXT
  • Generate an animation of a bar chart of the data*** from Jan to today;
    IMAGE ALT TEXT

(**) Refers to: confirmed, deaths and recovered cases
(***) Refers to: confirmed, deaths and recovered cases + usage of population data

Datasets:

  • COVID-19 Data Repository by the Center for Systems Science and Engineering at Johns Hopkins University (CSS JHU repository)
  • Population by country 2020 from the Kaggle website

Repository structure:

  • Code of the project available in two versions: .py & .ipynb (it is suggested to work on Google Colaboratory as I did and it is guaranteed to work);
  • A local copy of the population dataset that for simplicity is in this repository to be automatically imported while running the code;
  • README.md file and the images used for this presentation;

About

A personal project to experiment with some data visualization techniques and generate plots and animations from the Covid19 dataset of CSSE JHU..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published