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
A complete list of unicorn companies in the world.
A unicorn company, or unicorn startup, is a private company with a valuation over $1 billion. As of March 2022, there are 1,000 unicorns around the world. Popular former unicorns include Airbnb, Facebook and Google. Variants include a decacorn, valued at over $10 billion, and a hectocorn, valued at over $100 billion. Download the full list today to see each company's valuation, investors, and more.
CREATE TABLE unicorn_companies (
"company" VARCHAR,
"valuation_b" VARCHAR -- Valuation ($B),
"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.