Skip to content

Latest commit

Β 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 

Repository files navigation

SQL Data Cleaning and Analysis Project

πŸ“Œ Overview

This project focuses on cleaning and analyzing raw employee data using SQL. The dataset contained inconsistencies such as missing values, duplicate records, and formatting issues.

🧹 Data Cleaning Steps

  • Removed extra spaces using TRIM()
  • Standardized text using LOWER() and UPPER()
  • Handled NULL values using IFNULL()
  • Fixed invalid salary values (negative values)
  • Removed duplicate records using self join

πŸ“Š Analysis Performed

  • Department-wise average salary
  • City-wise employee distribution
  • Highest salary identification
  • Salary categorization using CASE statement

πŸ“ˆ Key Insights

  • Department 1 has higher average salary compared to others
  • Majority of employees are located in MUMBAI
  • Data cleaning improved data consistency and reliability

πŸ›  Tools Used

  • MySQL
  • Git & GitHub

About

SQL Data Cleaning and Analysis Project using MySQL

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors