Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 520 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 520 Bytes

Global_layoffs

A data cleaning process applied to a dataset related to companies' layoffs around the globe.

The purpose is to show the cleaning process normally applied to datasets, including some SQL skills.

  1. Remove duplicates (CTEs, Copy/create tables)
  2. Normalise data (Trim, Trim Trailing, working with dates, use of Distinct and LIKE, Update records)
  3. Dealing with Null/Empty values (convert empty to null values, Inner Joins to populate null values)
  4. Remove columns/rows (Alter... Drop, Delete records)