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
- Host: GitHub
- URL: https://github.com/samuelterra22/daily-deaths-due-to-covid-19
- Owner: samuelterra22
- License: mit
- Created: 2020-06-17T16:50:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T22:45:22.000Z (over 5 years ago)
- Last Synced: 2025-06-25T12:51:42.240Z (5 months ago)
- Topics: analysis, bar, barchart, chat, covid, covid-19, covid19, deaths, line, linechart, linux, pie, piechart, plotly, python, visualization, world
- Language: Python
- Homepage:
- Size: 309 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

#### Bar chart

#### Pie chart
