Logo Lanfrica

Willsmike2012/food-inflation-forecast

Domain:

agriculturesocioeconomic

Record type:

project
Creator:
Wil
Host:
Capstone Project to generate an interactive Food Inflation Dashboard to demonstrating how households are impacted by the rising food prices in Nigeria by analyzing and visualizing food-price versus inflation trends across some States in the country. # 🍚 Nigeria Food Inflation Dashboard **Capstone Project** β€” Analyzing and visualizing food-price vs. headline inflation trends in Nigeria, and how they translate into what households pay at the market. **Problem context:** Households across Nigeria have felt sharp increases in food prices in recent years. This project makes that trend visible and explorable: how does food inflation compare to overall inflation, how has it moved over time, and how much do staple prices differ from state to state? ## πŸ”΄ Live Dashboard Once deployed (see steps below), your live link will be: `https:// .github.io` ## What's in this repo ``` food-inflation-dashboard/ β”œβ”€β”€ data/ β”‚ β”œβ”€β”€ raw/ # full raw datasets land here (see scripts/fetch_data.py) β”‚ └── clean/ β”‚ β”œβ”€β”€ national_inflation_trend.csv # NBS/World Bank headline vs food inflation, 2020–2026 β”‚ └── state_food_prices_aug2023.csv # staple food prices by state, Aug 2023 snapshot β”œβ”€β”€ scripts/ β”‚ β”œβ”€β”€ fetch_data.py # pulls the full WFP Nigeria Food Prices dataset (2002–present) β”‚ └── clean_data.py # cleans it into dashboard-ready monthly CSVs β”œβ”€β”€ docs/ β”‚ └── index.html # the interactive dashboard (GitHub Pages serves this) └── README.md ``` ## Data sources (real, cited, open) | Source | What it gives you | Link | |---|---|---| | National Bureau of Statistics (NBS) | Official monthly headline & food CPI inflation reports | nigerianstat.gov.ng | | World Bank World Development Indicators (via FRED) | Annual headline inflation, long time series | fred.stlouisfed.org | | WFP "Nigeria – Food Prices" (HDX) | Monthly, market-level, commodity-level retail prices, 2002–present | data.humdata.org | | Statista (NBS-sourced) | State-level staple price snapshots | statista.com | The two CSVs already in `data/clean/` are built directly from the …