Rwanda Education Capstone Project
# Rwanda Education Capstone Project
## 📊 Project Overview
This Capstone Project analyzes trends in education enrollment across Rwanda using a synthetic dataset. The goal is to identify disparities and patterns based on **gender**, **province**, **school type**, and **ownership** to support data-driven decision-making in the education sector.
## 🗂️ Folder Structure
```
rwanda-education-capstone/
├── data/
│ └── rwanda_education_dataset.csv
├── images/
│ └── [Charts used in analysis and presentation]
├── notebooks/
│ └── analysis.ipynb
├── dashboard/
│ └── Rwanda_Education_Dashboard.pbix
└── README.md
```
## 📁 Dataset Description
- **Province**: Region of Rwanda
- **District**: Sub-region
- **School Name**
- **Year**: 2018–2022
- **Gender**: Male/Female
- **Enrollment**: Number of enrolled students
- **School Type**: Primary/Secondary
- **Ownership**: Public/Private
## 📈 Key Visualizations
These charts are saved under `/images/` and used in Power BI and the final presentation:
- Total Enrollment by Year
- Enrollment by Gender
- Enrollment by Province
- Enrollment by School Type
- Enrollment by Ownership (Public vs Private)
## 🧪 How to Use
### ▶️ Jupyter Notebook
Open `notebooks/analysis.ipynb` to view Python-based analysis and charts.
```bash
jupyter notebook notebooks/analysis.ipynb
```
### 📊 Power BI Dashboard
Open the Power BI file from:
```
dashboard/Rwanda_Education_Dashboard.pbix
```
Use filters to explore data by:
- Province
- Year
- Gender
- School Type
## 🛠️ Tools Used
- Python (pandas, matplotlib, seaborn)
- Power BI
- Jupyter Notebook
## 🙌 Credits
Prepared by [Your Name]
For Capstone Submission - 2025