Baselight

1 Lakh Companies Dataset

all kind of companies dataset

@kaggle.wintersoldierv_1_lakh_companies_dataset

Loading...
Loading...

About this Dataset

1 Lakh Companies Dataset

1 lakh company dataset

Content

The dataset contains information about different companies

columns in data:

name : company names
rating : companies rating according to market
reviews : companies reviews according to public
type : what kind of company it is.
hq : headquater
employee : how many employees does the company has

Tables

Companies Data

@kaggle.wintersoldierv_1_lakh_companies_dataset.companies_data
  • 326.36 KB
  • 105000 rows
  • 7 columns
Loading...

CREATE TABLE companies_data (
  "unnamed_0" BIGINT,
  "name" VARCHAR,
  "rating" DOUBLE,
  "reviews" VARCHAR,
  "type" VARCHAR,
  "hq" VARCHAR,
  "employee" VARCHAR
);

Share link

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