The data analyzed in this project was collected from the website https://globalhealth5050.org/
Python version used in this project 3.10.7
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
Is recommended to create a python virtual environment, for that run the following command in the terminal:
python -m venv canalyzer
Navigate through the virtual environment folder and open the Scripts directory and run the following command to activate the virtual environment:
Activate
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
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
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.
The fv command will visualize the vaccinations data by country and gender.