Baselight

Layoffs Dataset

Tech layoffs dataset from COVID 2019 to present.

@kaggle.swaptr_layoffs_2022

Layoffs
@kaggle.swaptr_layoffs_2022.layoffs

  • 49.4 KB
  • 2106 rows
  • 9 columns
company

Company

location

Location

industry

Industry

total_laid_off

Total Laid Off

percentage_laid_off

Percentage Laid Off

date

Date

stage

Stage

country

Country

funds_raised

Funds Raised

Brightcove['Boston']Marketing1980.33Wed Mar 19 2025 00:00:00 GMT+0000 (Coordinated Universal Time)AcquiredUnited States145
Acxiom['Little Rock']Marketing1300.03Wed Mar 19 2025 00:00:00 GMT+0000 (Coordinated Universal Time)Post-IPOUnited States
HelloFresh['SF Bay Area']Food273Mon Mar 17 2025 00:00:00 GMT+0000 (Coordinated Universal Time)Post-IPOUnited States367
Otorio['Tel Aviv', 'Non-U.S.']Security450.56Mon Mar 17 2025 00:00:00 GMT+0000 (Coordinated Universal Time)AcquiredIsrael
ActiveFence['New York City']Security220.07Thu Mar 13 2025 00:00:00 GMT+0000 (Coordinated Universal Time)Series BUnited States100
D-ID['Tel Aviv', 'Non-U.S.']AI220.25Mon Mar 10 2025 00:00:00 GMT+0000 (Coordinated Universal Time)Series BIsrael48
Arrival['London', 'Non-U.S.']Transportation1Mon Mar 10 2025 00:00:00 GMT+0000 (Coordinated Universal Time)Post-IPOUnited Kingdom629
Zonar Systems['Seattle']LogisticsSun Mar 09 2025 00:00:00 GMT+0000 (Coordinated Universal Time)AcquiredUnited States50
Wayfair ['Boston']Retail340Fri Mar 07 2025 00:00:00 GMT+0000 (Coordinated Universal Time)Post-IPOGermany1700
Hewlett Packard Enterprise['SF Bay Area']Hardware25000.05Thu Mar 06 2025 00:00:00 GMT+0000 (Coordinated Universal Time)Post-IPOUnited States1400

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

Share link

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