The project aims to compare key indicators across selected countries. It contains a comprehensive dataset comparing education and health indicators across top countries including Poland, Finland, Italy, and the USA etc… It includes key metrics like literacy rates, enrollment rates, education spending, life expectancy, infant mortality rates, and healthcare spending. Data is sourced from reputable outlets such as the World Bank, United Nations, and national government websites.
-
Clone the repository:
git clone https://github.com/DuQer/HealthEducationVisualization.git
-
Navigate to the project directory:
cd HealthEducationVisualization -
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
- On Windows:
venv\Scripts\activate
- On macOS and Linux:
source venv/bin/activate -
Install dependencies using pip:
pip install -r requirements.txt
-
Start Jupyter Notebook:
jupyter notebook
1. Total alcohol consumption per capita, female (liters of pure alcohol, projected estimates, female 15+ years of age)
2. Total alcohol consumption per capita, male (liters of pure alcohol, projected estimates, male 15+ years of age)
- Python
- Jupyter
- Pandas
- Matplotlib
- Seaborn
- Dataset: Health & Education of Top Countries from Kaggle






