Logo Lanfrica
  • Accueil
  • Atlas
  • Analyses
  • Documentation
  • Sign in

© 2026 Lanfrica. Tous droits réservés. Tous les droits d'auteur des ressources affichées sur le site Web Lanfrica appartiennent aux détenteurs de droits d'auteur d'origine, sauf indication contraire explicite.

LindaDanalyst14/Nigerian-States-and-LGAs-Population-Analysis-Using-MYSQL

Domaine:

socioeconomic

Type de record:

dataset
Créateur:
Lin
Hôte:
This project focuses on cleaning, transforming, normalizing and analyzing Nigeria's State and Local Government Area (LGA) population dataset using Mysql. # Nigerian-States-and-LGAs-Population-Analysis-Using-MYSQL This project focuses on cleaning, transforming, normalizing and analyzing Nigeria's State and Local Government Area (LGA) population dataset using Mysql. The original dataset contained each state’s LGAs and population in separate columns, making it difficult to perform nationwide analysis. To overcome this, I transformed the data into a normalized structure using SQL and carried out several analytical queries I normalized the dataset using UNION ALL into three columns: STATE | LGA | POPULATION| This transformation made nationwide analysis significantly easier. # SQL Analysis Performed 1️⃣ Displayed all LGAs by population 2️⃣ Found the most populous LGA 3️⃣ Retrieved the Top 10 Most Populous LGAs 4️⃣ Calculated Total Population of Nigeria 5️⃣ Calculated Population for Each State 6️⃣ Retrieved States with Population Greater Than a Threshold 7️⃣ Detected Duplicate Population Values 8️⃣ Identified Duplicate LGA Records 9️⃣ Ranked States by Total Population 🔟 Created a Reusable SQL View # SQL Concepts Demonstrated This project demonstrates practical use of: * SELECT * UNION ALL * CAST() * REPLACE() * SUM() * COUNT() * GROUP BY * HAVING * ORDER BY * LIMIT * CREATE VIEW * Aggregate Functions * Data Cleaning * Data Transformation * Data Normalization # 📈 Key Insights Through this project I was able to: * Transform a denormalized dataset into a structured format suitable for analysis. * Clean numeric data stored as text. * Analyze population distribution across Nigeria. * Rank LGAs by population. * Calculate total population by state. * Detect duplicate records and duplicate population values. * Create reusable SQL views for future analysis. # 🚀 Challenges Faced Throughout the project I encountered and resolved several SQL issues, including: * Syntax errors (Error 1064) * Unknown column errors (Error 1054) * Incorrect use of aliases * Ordering numeric values stored as text * Renaming imported tables * Handling …

Visit

github.com

Similaires

cjustinobi/vue-nigeria-states-lgasgettosin4me/vue-nigeria-states-lgasaetechlabs/nigeria-states-lgas-pyLindaDanalyst14/Nigerian-Road-Traffic-Accidents-Excel-DashboardMercyIyanu/Analysis-of-Road-Accident-in-Nigeria-using-MySQL-and-Power-BIrobertto04/corn-farming-analysis-MySQL-Tableau

cjustinobi/vue-nigeria-states-lgas

Vue library that lists Nigeria states and LGAs. # # vue-nigeria-states-lgas Vue library that

gettosin4me/vue-nigeria-states-lgas

Vue library that lists Nigeria states and LGAs. # # vue-nigeria-states-lgas Vue library that lists

aetechlabs/nigeria-states-lgas-py

A Python package containing all 36 Nigerian States + FCT and their Local Government Areas (LGAs). #

LindaDanalyst14/Nigerian-Road-Traffic-Accidents-Excel-Dashboard

This project presents an interactive Microsoft Excel dashboard analyzing road traffic accidents acro

MercyIyanu/Analysis-of-Road-Accident-in-Nigeria-using-MySQL-and-Power-BI

Analysis of dataset of information on reported road accident cases in Nigeria from 2020 (quarter fou

robertto04/corn-farming-analysis-MySQL-Tableau

This is an analysis of maize farming in Taita Taveta county using MySQL and Tableau. # corn-farming