Visual dashboard and analysis of Nigeriaβs economic indicators using Python, Dash, and Plotly
# π³π¬ Nigerian Economic Dashboard
This project explores Nigeria's key macroeconomic indicators from 2010 to 2023, using real-world data and Python analysis. It visualizes trends in inflation, exchange rates, GDP growth, unemployment, interest rates, and oil prices β helping uncover insights into how these variables interact and evolve over time.
---
## π Features
- π Inflation trend analysis (2010β2023)
- π΅ USD/NGN and GBP/NGN exchange rate tracking
- π GDP growth rates and recession detection
- π·ββοΈ Unemployment vs inflation comparison
- π Correlation heatmap of economic indicators
- π§ͺ Clean, commented Jupyter Notebook
## πΌοΈ Sample Screenshots
---
## π§ Key Insights
- Major depreciation of the Naira post-2015
- 2016 & 2020 recessions clearly visible in GDP data
- Rising unemployment correlates with inflation after 2018
- Oil price drops strongly linked to GDP slowdowns
---
## π οΈ Tools Used
- Python
- Jupyter Notebook
- pandas, seaborn, matplotlib
- CSV data (manually compiled)
---
## ποΈ Folder Structure
nigerian-economy-dashboard/
β
βββ data/
β βββ nigeria_macro_data.csv
β βββ cleaned_macro_data.csv
β
βββ notebooks/
β βββ analysis.ipynb
β
βββ scripts/ β Coming soon
βββ dashboard/ β Dash App (next)
βββ screenshots/ β Chart images
βββ README.md
---
## π§ͺ How to Run
1. Open Jupyter Notebook
2. Navigate to `notebooks/analysis.ipynb`
3. Run each cell step-by-step
4. Requires: `pandas`, `matplotlib`, `seaborn`
---
## π‘ Future Plans
- Interactive Dash App version
- Add more historical data (before 2010)
- Automate data updates (CBN/NBS APIs)
---
> Built with β€οΈ by [Oklogo Samuel] β feel free to fork, star, or suggest improvements!