Skip to content

Personal project to analyze disaggregated data on covid statistics

Notifications You must be signed in to change notification settings

StanlyRod/covid-analyzer-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

covid-analyzer-py

Personal project to analyze disaggregated data on covid statistics

The data analyzed in this project was collected from the website https://globalhealth5050.org/

Python version used in this project 3.10.7



NOTES

  • Not all the countries names in the deaths excel file are listed in the vaccinations excel file

  • I would like to recommend the jupyter notebook file ca2.ipynb as an alternative to the ca.py python file



Usage

1

Is recommended to create a python virtual environment, for that run the following command in the terminal:

python -m venv canalyzer

pic1


2

Navigate through the virtual environment folder and open the Scripts directory and run the following command to activate the virtual environment:

Activate

pic2


3

Create a new directory in the virtual environment folder and move all the files to the new directory and make sure that the excel files are in the same directory as the ca.py file

pic3
pic4


4

Inside the new directory with all necessary files in this case the src directory, run the following command to install all the dependencies that the project needs:

pip install -r requirements.txt

pic5


5

Run the ca.py file and introduce a command from the command menu.

The ld command will visualize the deaths data by country and gender.


pic6 pic7

The fv command will visualize the vaccinations data by country and gender.


pic8 pic9

About

Personal project to analyze disaggregated data on covid statistics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published