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

https://github.com/samuelterra22/daily-deaths-due-to-covid-19

This repository provides an analysis and visualization of daily deaths due to Covid-19 using Python and the Plotly library
https://github.com/samuelterra22/daily-deaths-due-to-covid-19

analysis bar barchart chat covid covid-19 covid19 deaths line linechart linux pie piechart plotly python visualization world

Last synced: about 2 months ago
JSON representation

This repository provides an analysis and visualization of daily deaths due to Covid-19 using Python and the Plotly library

Awesome Lists containing this project

README

          

# Daily Deaths Due to COVID-19
This repository provides an analysis and visualization of daily deaths due to Covid-19 using Python and the Plotly library

### Install linux dependencies

```shell script
sudo apt update
sudo apt install build-essential \
software-properties-common \
python3-pip \
python3-distutils
```

### Create environment and install python dependencies

```shell script
pip3 install virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
```

### Preview

#### Line chart

![](./screenshots/chart1.png)

#### Bar chart

![](./screenshots/chart2.png)

#### Pie chart

![](./screenshots/chart3.png)