Skip to content

samuelterra22/Daily-Deaths-Due-to-COVID-19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages