Baselight

Layoffs Dataset 2024

Layoffs Data from 2020-2024

@kaggle.theakhilb_layoffs_data_2022

Loading...
Loading...

About this Dataset

Layoffs Dataset 2024

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

Tables

Layoffs Data

@kaggle.theakhilb_layoffs_data_2022.layoffs_data
  • 292.25 KB
  • 3642 rows
  • 12 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.