Interactive Health Budget Allocation Dashboard for Nigeria
# Budget Allocation and Visualization: Health Financing in Nigeria
## Overview
This project is a data visualization dashboard that analyzes health-sector budget allocation and expenditure patterns in Nigeria using data from the **BudgIT Health Financing in Nigeria** report.
The project transforms structured budget data into meaningful visualizations using Python, Pandas, Plotly, and Streamlit, providing an interactive view of Nigeria's health financing trends and budget priorities.
## Objectives
* Analyze federal health budget trends from 2021–2026
* Examine capital expenditure performance from 2021–2024
* Identify the top 15 federal health capital projects in 2026
* Compare state health budget allocations across Nigeria
* Visualize health budget priorities using interactive charts
## Technologies Used
* Python
* Pandas
* Plotly Express
* Streamlit
* Jupyter Notebook
## Project Structure
```text
Budget-Allocation-Visualization/
│
├── app/
│ └── app.py
│
├── data/
│ ├── capital_expenditure_2021_2024.csv
│ ├── federal_health_budget.csv
│ ├── state_health_budget_2026.csv
│ └── top_capital_projects_2026.csv
│
├── images/
│ ├── federal_health_budget_trend.png
│ ├── federal_health_budget_by_year.png
│ ├── top_15_capital_projects.png
│ └── state_health_budget_allocation.png
│
├── notebooks/
│ └── budget_analysis.ipynb
│
├── requirements.txt
└── README.md
```
## Dashboard Features
### 1. Federal Health Budget Trend (2021–2026)
The dashboard visualizes changes in Nigeria's federal health-sector budget allocation over the six-year period.
### 2. Federal Health Budget Allocation by Year
This visualization provides a year-by-year comparison of federal health budget allocations.
### 3. Top 15 Federal Health Capital Projects (2026)
This visualization highlights the largest federal health capital projects identified in the 2026 budget data.
### 4. State Health Budget Allocation (2026)
This visualization compares health-sector budget all …