Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 699 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 699 Bytes

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

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

Create environment and install python dependencies

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

Preview

Line chart

Bar chart

Pie chart