This project focuses on cleaning a layoffs dataset using SQL.
- CREATE TABLE
- INSERT INTO
- ROW_NUMBER()
- PARTITION BY
- CTE
- DELETE
- UPDATE
- JOIN
- ALTER TABLE
- NULL handling
- Standardization
- Removed duplicate rows
- Standardized company, industry, country names
- Converted date format
- Filled missing industry values using self join
- Removed useless rows with no layoff data
- Final cleaned dataset prepared
- MySQL
Layoffs dataset (Kaggle)
Kaleem Ali