Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Update README.md
- Loading branch information
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
# MySQL_Data_Cleaning_Project | ||
# MySQL_Data_Cleaning_Project | ||
Data Cleaning Project: Company Layoffs Dataset | ||
Overview: | ||
This project focuses on cleaning and standardizing a dataset of company layoffs, consisting of 2,362 rows, covering data up until the year 2023. The objective was to transform raw, unstructured data into a clean and reliable format suitable for detailed analysis. | ||
|
||
Key Steps: | ||
|
||
Removed Duplicates: Identified and eliminated redundant records to ensure accuracy. | ||
Standardized Data: Unified inconsistent industry names, cleaned company names, and corrected country names. | ||
Handled Nulls and Blanks: Addressed missing values and removed unnecessary rows. | ||
Data Type Corrections: Converted date fields from text to date format for precise analysis. | ||
Results: | ||
The cleaned dataset now offers a comprehensive view of company layoffs over the years, facilitating detailed exploratory data analysis and insightful trend identification. Key patterns related to industry impacts, company-specific layoffs, and funding stages can now be accurately examined. |