Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

HopefulJim7/Analysis-of-Food-Prices-in-Kenya-Analysis

Domain:

agriculture

Record type:

softwaredataset
Creator:
Hop
Host:
# 🍽️ Kenyan Food Prices Pipeline A simple data pipeline that loads WFP Kenyan food market prices into PostgreSQL for analysis, automated with Apache Airflow. --- ## Project Structure ``` Project_1/ food_prices.ipynb ├── 01_setup.sql # Database + staging table ├── 02_load_csv.py # Load CSV into PostgreSQL ├── 03_queries.sql # 6 SQL queries ├──food_prices_dag.py # Airflow ├── food_prices1_dag.py # Airflow DAG └── README.md ``` --- ## Quick Start ```bash # 1. Create database psql -U postgres -c "CREATE DATABASE food_prices_db;" # 2. Install packages pip install pandas sqlalchemy psycopg2-binary # 3. Load data python 02_load_csv.py # 4. Run Airflow airflow standalone ``` --- ## Data Issues Observed 1. **Commodity name inconsistencies** — Same commodity recorded under multiple names e.g. `Maize`, `Maize (white)`, `Maize (white, dry)` making aggregations unreliable. 2. **Extreme price outliers** — Suspicious spikes like Beans (dry) jumping 5,060% in one month suggesting data entry errors where KG and 90KG units were mixed up. 3. **Missing GPS coordinates** — 53 rows have NULL latitude and longitude preventing spatial analysis for those markets. --- ## Dataset **Source:** World Food Programme (WFP) **Coverage:** Kenya 2006–2026 **Size:** 18,379 rows --- ## 🏅 License MIT License — free to use, modify and distribute.

Visit

github.com

Similar

HopefulJim7/Kenya-Food-AnalyticsJayson-gor/Kenya-Food-Prices-Analysisbriankorir006-a11y/KENYA-FOOD-MARKET-PRICES-SQL-ANALYSISHamdalatAdebayo/food-prices-analysis-in-nigeriaABdohenedi19/egypt-food-prices-analysisyahayakayode/Analysis-Prediction-Nigeria-Food-Prices

HopefulJim7/Kenya-Food-Analytics

Data engineering project .----- # Kenya Food Prices ETL Pipeline ### Modern Data Stack: Airflow |

Jayson-gor/Kenya-Food-Prices-Analysis

This repository contains code and data for a project that analyzes food prices over the years in Ken

briankorir006-a11y/KENYA-FOOD-MARKET-PRICES-SQL-ANALYSIS

Kenya Food Market Prices — SQL Analysis # Kenya Food Market Prices — SQL Analysis Project ## Proje

HamdalatAdebayo/food-prices-analysis-in-nigeria

Analysis of food prices across different states in Nigeria showing trends over time and predicting w

ABdohenedi19/egypt-food-prices-analysis

Data science project analyzing food prices in Egypt # Egypt Food Prices Analysis 🇪🇬 ## Project Goa

yahayakayode/Analysis-Prediction-Nigeria-Food-Prices

# Omdena Kano Nigeria Chapter Food Prices Analysis and Prediction This project leverages Machine Le