Inc 5000 Companies
Dataset containing information about each company on the INC 5000 list in 2019
@kaggle.mysarahmadbhat_inc_5000_companies
Dataset containing information about each company on the INC 5000 list in 2019
@kaggle.mysarahmadbhat_inc_5000_companies
CREATE TABLE inc_5000_companies_2019 (
"rank" BIGINT,
"profile" VARCHAR,
"name" VARCHAR,
"url" VARCHAR,
"state" VARCHAR,
"revenue" VARCHAR,
"growth" DOUBLE,
"industry" VARCHAR,
"workers" DOUBLE,
"previous_workers" BIGINT,
"founded" BIGINT,
"yrs_on_list" BIGINT,
"metro" VARCHAR,
"city" VARCHAR
);
Anyone who has the link will be able to view this.