Baselight

Unicorn Startups (Cleaned)

Startups valuated over 1 billion dollars

@kaggle.niekvanderzwaag_unicorn_startups_cleaned

Loading...
Loading...

About this Dataset

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

Tables

Unicorn Clean

@kaggle.niekvanderzwaag_unicorn_startups_cleaned.unicorn_clean
  • 57.25 KB
  • 936 rows
  • 11 columns
Loading...

CREATE TABLE unicorn_clean (
  "unnamed_0" BIGINT,
  "company" VARCHAR,
  "valuation_b" DOUBLE,
  "date_joined" TIMESTAMP,
  "country" VARCHAR,
  "city" VARCHAR,
  "industry" VARCHAR,
  "investor_1" VARCHAR,
  "investor_2" VARCHAR,
  "investor_3" VARCHAR,
  "investor_4" VARCHAR
);

Share link

Anyone who has the link will be able to view this.