Unicorn Startups (Cleaned)
Startups valuated over 1 billion dollars
@kaggle.niekvanderzwaag_unicorn_startups_cleaned
Startups valuated over 1 billion dollars
@kaggle.niekvanderzwaag_unicorn_startups_cleaned
In business, a unicorn is a privately held startup company valued at over $1 billion. The term was first popularised in 2013 by venture capitalist Aileen Lee, choosing the mythical animal to represent the statistical rarity of such successful ventures.
This dataset is a tidied up version of https://www.kaggle.com/ramjasmaurya/unicorn-startups/ shared by @ramjasmaurya
CREATE TABLE unicorn_clean (
"unnamed_0" BIGINT -- Unnamed: 0,
"company" VARCHAR,
"valuation_b" DOUBLE -- Valuation ($B),
"date_joined" TIMESTAMP,
"country" VARCHAR,
"city" VARCHAR,
"industry" VARCHAR,
"investor_1" VARCHAR,
"investor_2" VARCHAR,
"investor_3" VARCHAR,
"investor_4" VARCHAR
);Anyone who has the link will be able to view this.