World Layoffs
data_cleaning_layoffs
@kaggle.happyude_world_layoffs
data_cleaning_layoffs
@kaggle.happyude_world_layoffs
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.