An open API service indexing awesome lists of open source software.

https://github.com/axelfahy/covid19-viz

Visualization of the covid19 evolution by country.
https://github.com/axelfahy/covid19-viz

Last synced: 8 months ago
JSON representation

Visualization of the covid19 evolution by country.

Awesome Lists containing this project

README

          

# covid19-viz

Visualization of the covid19 evolution by country, taking into account the size of the country's population.

Data source:

- covid data: https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data/csse_covid_19_time_series
- population by country: https://www.worldometers.info/world-population/population-by-country/

## Setup

```sh
git clone https://github.com/axelfahy/covid19-viz.git
cd covid19-viz
python -m venv venv-covid
source venv-covid/bin/activate
pip install -r requirements.txt
jupyter lab
```

## Meta

Axel Fahy – axel@fahy.net

Distributed under the MIT license. See ``LICENSE`` for more information.

[https://github.com/axelfahy](https://github.com/axelfahy)