Baselight

Company Layoffs - Generated

Dataset contains random generated data about company layoffs.

@kaggle.noskeris_company_layoffs_generated

Company Layoffs Data Generated
@kaggle.noskeris_company_layoffs_generated.company_layoffs_data_generated

  • 67.21 KB
  • 1000 rows
  • 12 columns
company_id

Company ID

industry_type

Industry Type

company_size

Company Size

revenue_millions

Revenue Millions

number_of_employees

Number Of Employees

layoff_month

Layoff Month

layoff_reason

Layoff Reason

layoff_count

Layoff Count

market_share_percentage

Market Share Percentage

ceo_tenure_years

CEO Tenure Years

stock_price_dollars

Stock Price Dollars

profit_margin_percentage

Profit Margin Percentage

1FinanceLarge506.619475692983123874Restructuring6823.8299688935644-1.102748286095272120.3667263621192810.081348276110829
2FinanceLarge564.196059826725639719Mergers & Acquisitions9534.207768843814355.844439497844938144.0564899832430711.9023802794417
3TechnologyLarge784.949526902384425174Financial difficulties12634.358879070274286.7625304480264194106.411569440020468.882994949891614
4HealthcareMedium547.048952999114810885Financial difficulties7520.04671537113246.0493332654752345151.2726061286844310.247058883140364
5TechnologyLarge502.2783488902589308310Financial difficulties5514.1508175071045565.5244861694405705145.382541834797289.901549678872357
6FinanceMedium481.403691681982315993Mergers & Acquisitions8220.983600589151447.119292699982841123.378410980391767.819513163552135
7HealthcareLarge707.0802764456521291811Financial difficulties10135.434003182663843.2660491147703388104.1538725986631113.192383843488985
8TechnologyLarge710.1689402217108204610Financial difficulties11327.889728413467540.5425950880023338100.1043662922379412.591305027469708
9FinanceLarge561.6955893001529727Financial difficulties6526.32182807280512.3349638627881006102.9488362637993216.70475820007526
10FinanceLarge758.939525545019333214Financial difficulties12328.863132644827112.82228333644148362.8745854219043911.189371305450326

CREATE TABLE company_layoffs_data_generated (
  "company_id" BIGINT,
  "industry_type" VARCHAR,
  "company_size" VARCHAR,
  "revenue_millions" DOUBLE,
  "number_of_employees" BIGINT,
  "layoff_month" BIGINT,
  "layoff_reason" VARCHAR,
  "layoff_count" BIGINT,
  "market_share_percentage" DOUBLE,
  "ceo_tenure_years" DOUBLE,
  "stock_price_dollars" DOUBLE,
  "profit_margin_percentage" DOUBLE
);

Share link

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