Unicorn Companies
Private companies with a valuation over $1 billion as of March 2022
@kaggle.mysarahmadbhat_unicorn_companies
Private companies with a valuation over $1 billion as of March 2022
@kaggle.mysarahmadbhat_unicorn_companies
CREATE TABLE data_dictionary (
"field" VARCHAR,
"description" VARCHAR
);
CREATE TABLE unicorn_companies (
"company" VARCHAR,
"valuation" VARCHAR,
"date_joined" TIMESTAMP,
"industry" VARCHAR,
"city" VARCHAR,
"country" VARCHAR,
"continent" VARCHAR,
"year_founded" BIGINT,
"funding" VARCHAR,
"select_investors" VARCHAR
);
Anyone who has the link will be able to view this.