Logo Lanfrica

Samhanzy/Nigerian-Economy-Dashboard

Domain:

socioeconomic

Record type:

project
Creator:
Sam
Host:
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!