Baselight

World Layoffs

data_cleaning_layoffs

@kaggle.happyude_world_layoffs

Loading...
Loading...

About this Dataset

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.

Tables

Layoffs

@kaggle.happyude_world_layoffs.layoffs
  • 53.18 KB
  • 2361 rows
  • 9 columns
Loading...

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

Share link

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