Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 641 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 641 Bytes

covid19_trend_analysis_italy

This repository provides a simple analysis of

  • the COVID-19 infections trend for Italy, its regions and its provinces;
  • the use of vaccines for Italy.

To do this, data from the following open-source Github repository, added as submodules, are used:

The analysis is done in Python by using the "Bokeh" interactive visualization library. Before run the cells of the Jupyter lab notebook, you need to:

  • install Python language;
  • install the requirements with the command "pip install -r requirements.txt".