Layoffs Dataset 2024
Layoffs Data from 2020-2024
@kaggle.theakhilb_layoffs_data_2022
Layoffs Data from 2020-2024
@kaggle.theakhilb_layoffs_data_2022
Context
This dataset was scraped from Layoffs.fyi with the hope to enable Kaggle community to look into analyzing recent mass layoffs and discover useful insights and patterns.
Original dataset can be tracked at https://layoffs.fyi/
Credits: Roger Lee
CREATE TABLE layoffs_data (
  "company" VARCHAR,
  "location_hq" VARCHAR,
  "industry" VARCHAR,
  "laid_off_count" DOUBLE,
  "date" TIMESTAMP,
  "source" VARCHAR,
  "funds_raised" DOUBLE,
  "stage" VARCHAR,
  "date_added" TIMESTAMP,
  "country" VARCHAR,
  "percentage" DOUBLE,
  "list_of_employees_laid_off" VARCHAR
);Anyone who has the link will be able to view this.