World Layoffs
data_cleaning_layoffs
@kaggle.happyude_world_layoffs
data_cleaning_layoffs
@kaggle.happyude_world_layoffs
This data set is a 9 (nine) column dataset that contains information of layoffs in different industries around the world for a period of 3years, between the year 2020 to 2023.
CREATE TABLE layoffs (
"company" VARCHAR,
"location" VARCHAR,
"industry" VARCHAR,
"total_laid_off" DOUBLE,
"percentage_laid_off" DOUBLE,
"date" TIMESTAMP,
"stage" VARCHAR,
"country" VARCHAR,
"funds_raised_millions" DOUBLE
);
Anyone who has the link will be able to view this.