Startups
Almost 700 startup companies backed by Y Combinator between 2005 and 2014
@kaggle.joebeachcapital_startups
Almost 700 startup companies backed by Y Combinator between 2005 and 2014
@kaggle.joebeachcapital_startups
CREATE TABLE founders (
"founder" VARCHAR,
"company" VARCHAR,
"gender" VARCHAR
);
CREATE TABLE startups (
"company" VARCHAR,
"satus" VARCHAR,
"year_founded" DOUBLE,
"mapping_location" VARCHAR,
"description" VARCHAR,
"categories" VARCHAR,
"founders" VARCHAR,
"y_combinator_year" BIGINT,
"y_combinator_session" VARCHAR,
"investors" VARCHAR,
"amounts_raised_in_different_funding_rounds" VARCHAR,
"office_address" VARCHAR,
"headquarters_city" VARCHAR,
"headquarters_us_state" VARCHAR,
"headquarters_country" VARCHAR,
"logo" VARCHAR,
"seed_db_mattermark_profile" VARCHAR,
"crunchbase_angel_list_profile" VARCHAR,
"website" VARCHAR
);
Anyone who has the link will be able to view this.