Baselight

Unicorn Startups (Cleaned)

Startups valuated over 1 billion dollars

@kaggle.niekvanderzwaag_unicorn_startups_cleaned

Unicorn Clean
@kaggle.niekvanderzwaag_unicorn_startups_cleaned.unicorn_clean

  • 57.25 KB
  • 936 rows
  • 11 columns
unnamed_0

Unnamed: 0

company

Company

valuation_b

Valuation ($B)

date_joined

Date Joined

country

Country

city

City

industry

Industry

investor_1

Investor 1

investor_2

Investor 2

investor_3

Investor 3

investor_4

Investor 4

Bytedance140Fri Apr 07 2017 00:00:00 GMT+0000 (Coordinated Universal Time)ChinaBeijingArtificial intelligenceSequoia Capital ChinaSIG Asia InvestmentsSina WeiboSoftbank Group
1SpaceX100.3Sat Dec 01 2012 00:00:00 GMT+0000 (Coordinated Universal Time)United StatesHawthorneOtherFounders FundDraper Fisher JurvetsonRothenberg Venturesnan
2Stripe95Thu Jan 23 2014 00:00:00 GMT+0000 (Coordinated Universal Time)United StatesSan FranciscoFintechKhosla VenturesLowercaseCapitalcapitalGnan
3Klarna45.6Mon Dec 12 2011 00:00:00 GMT+0000 (Coordinated Universal Time)SwedenStockholmFintechInstitutional Venture PartnersSequoia CapitalGeneral Atlanticnan
4Canva40Mon Jan 08 2018 00:00:00 GMT+0000 (Coordinated Universal Time)AustraliaSurry HillsInternet software & servicesSequoia Capital ChinaBlackbird VenturesMatrix Partnersnan
5Instacart39Tue Dec 30 2014 00:00:00 GMT+0000 (Coordinated Universal Time)United StatesSan FranciscoSupply chain logistics & deliveryKhosla VenturesKleiner Perkins Caufield & ByersCollaborative Fundnan
6Databricks38Tue Feb 05 2019 00:00:00 GMT+0000 (Coordinated Universal Time)United StatesSan FranciscoData management & analyticsAndreessen HorowitzNew Enterprise AssociatesBattery Venturesnan
7Revolut33Thu Apr 26 2018 00:00:00 GMT+0000 (Coordinated Universal Time)United KingdomLondonFintechindex VenturesDST GlobalRibbit Capitalnan
8Nubank30Thu Mar 01 2018 00:00:00 GMT+0000 (Coordinated Universal Time)BrazilSao PauloFintechSequoia CapitalRedpoint e.venturesKaszek Venturesnan
9Epic Games28.7Fri Oct 26 2018 00:00:00 GMT+0000 (Coordinated Universal Time)United StatesCaryOtherTencent HoldingsKKRSmash Venturesnan

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.