A multi-phase data analysis project on water access in Africa using SQL, Power BI, and Python.
# π Water Access in Africa - Data Pipeline and Visualization Project
This project is a comprehensive data pipeline and analysis initiative aimed at understanding and improving water access across African communities. It leverages **SQL for data cleaning and analysis**, **Power BI for visualization**, and **Python for advanced analytics (future phase)**. The project tracks water sources, population access, queue times, and infrastructure development progress.
---
## π Project Phases
This repository is divided into multiple phases, representing the full lifecycle of data-driven analysis:
### 1οΈβ£ SQL - Data Preparation & Analysis
- **Schema design** for water access database
- **Data cleaning and transformations**
- **Analytical queries** to extract insights (e.g., population with basic access, pollution rates, queue times)
π Located in: `sql/`
### 2οΈβ£ Data Visualization (Power BI & DAX)
- **Interactive dashboards** created in Power BI
- Insights into water source quality, population served, and project progress
- **Advanced DAX measures** for calculations like percentage of population with access, queue time impacts, and project cost tracking
π Located in: `data-viz/`
### 3οΈβ£ Python (Planned Phase)
- Advanced **predictive modeling** (e.g., forecasting water shortages)
- Exploratory Data Analysis (EDA) scripts
- Automated reporting using Python libraries like Pandas and Matplotlib
π To be added in: `python/`
---
## ποΈ Repository Structure
```text
water-access-africa/
β
βββ sql/ # SQL Phase - Data Prep & Analysis
β βββ Data/ # Raw & Cleaned Datasets (local, excluded from GitHub)
β βββ Queries/ # SQL Scripts (schema, cleaning, analysis)
β βββ Results/ # Query outputs (optional, summary files)
β βββ README.md # Documentation for SQL phase
β
βββ data-viz/ # Data Visualization Phase
β βββ Dashboards/ # Power BI .pbix β¦