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.

NSHUTI-5/rwanda-agriculture-indicators-dashboard

Domain:

agriculture
Creator:
NSH
Host:
# 🌾 Rwanda Agriculture Development Analytics | INSY 8413 Capstone Project ## 📘 Project Overview This project explores agricultural development trends in Rwanda using data analytics. By analyzing key indicators such as land use, crop production, and rural development metrics, the goal is to uncover patterns and insights that can support more informed agricultural planning. The project uses Python for data preprocessing, visualization, and clustering, and Power BI for interactive dashboards. This combination provides both deep analytical insight and user-friendly visual storytelling. --- ## MY Information - **Name: Nshuti Dorothy and ID:27129 - **Sector: Agriculture - **Course: Introduction to Big Data Analytics - **Instructor: Eric Maniraguha # Problem Statement "Can access to irrigation influence yields across Rwanda’s main staple crops?" Dataset Information - Title: Agriculture and Rural Development – Rwanda - Source: Humanitarian Data Exchange (HDX) - **Dataset Link:** Download CSV - **Colab link:** Reach on my google colab link - Format: CSV - Size: 60 rows × 6 columns ## 🧪 Python Analytics Tasks In this section, we used Python to clean and explore the dataset, apply clustering techniques, and evaluate the results. The goal was to uncover patterns in agricultural data and support better decision-making. ### ✅ 1. Data Cleaning - Handle missing values - Fill missing values (forward fill, backward fill) - Standardize data types - Detect and remove outliers using IQR - Apply scaling # Categorical/text columns: fill with most common cat_cols = df.select_dtypes(include=['object']).columns for c in cat_cols: df[c] = df[c].fillna(df[c].mode()[0]) ### ✅ 2. Exploratory Data Analysis (EDA) - Descriptive statistics (`df.describe()`) - Correlation matrix (`sns.heatmap`) - Time series trends - Histograms, boxplots, and pairplots screenshots of visualizations in: enshots/eda/` ### ✅ 3. Machine Learning – Clustering - Chosen Model: K-Means Clustering - Use Elb …

Visit

github.com

Similar

fifmoh/morocco-child-indicators-dashboardilyesbhz/Tunisia-Economic-Indicators-DashboardWani212/Nigeria-Economic-Indicators-DashboardKingDavid9999/africa-economic-indicators-excel-dashboardFAUSTIN-1/Rwanda-Dashboarddouyeszn/rise-rwanda-dashboard

fifmoh/morocco-child-indicators-dashboard

Trilingual quality-gated view of 22 Morocco child indicators (UNICEF SDMX + World Bank) # Morocco c

ilyesbhz/Tunisia-Economic-Indicators-Dashboard

# Tunisia Economic Intelligence Dashboard An end-to-end Business Intelligence and Machine Learning

Wani212/Nigeria-Economic-Indicators-Dashboard

Interactive Power BI analysis of Nigeria's key economic indicators from 2015-2025. ## Project Overv

KingDavid9999/africa-economic-indicators-excel-dashboard

Interactive Excel dashboard analysing GDP, inflation, unemployment and FDI across 54 African countri

FAUSTIN-1/Rwanda-Dashboard

# 🇷🇼 Rwanda DHS 2019–20 Dashboard ## National Health and Demographic Intelligence This project is

douyeszn/rise-rwanda-dashboard

Learner analytics dashboard for RISE Rwanda — aggregates OLI Torus CSV exports across 250 learning s