Unicorn Companies Dataset
A list of all the current Unicorn Companies in the world
@kaggle.deepcontractor_unicorn_companies_dataset
A list of all the current Unicorn Companies in the world
@kaggle.deepcontractor_unicorn_companies_dataset
CREATE TABLE unicorn_companies (
"company" VARCHAR,
"valuation_b" VARCHAR,
"date_joined" TIMESTAMP,
"country" VARCHAR,
"city" VARCHAR,
"industry" VARCHAR,
"select_inverstors" VARCHAR,
"founded_year" DOUBLE,
"total_raised" VARCHAR,
"financial_stage" VARCHAR,
"investors_count" DOUBLE,
"deal_terms" DOUBLE,
"portfolio_exits" DOUBLE
);
Anyone who has the link will be able to view this.