Complete YCombinator Dataset From 2005-2024
List of all YCombinator Companies listed in their website from 2005-2024 nov-7
@kaggle.supremesun_complete_ycombinator_dataset_from_2005_2024
List of all YCombinator Companies listed in their website from 2005-2024 nov-7
@kaggle.supremesun_complete_ycombinator_dataset_from_2005_2024
This dataset contains detailed information on companies funded by Y Combinator (YC), one of the world's most influential startup accelerators. YC has helped launch thousands of companies, including renowned names like Airbnb, Dropbox, and Stripe. The goal of creating this dataset was to provide a comprehensive resource for analyzing key success factors and growth patterns among startups.
The dataset contains following columns:
This dataset was created for learning purpose. The dataset is messy and If you want example how to clean it, you can check out my pinned notebook at code section. PS: Feel free to drop comment.
CREATE TABLE yc_companies (
"active_founders" VARCHAR,
"batch" VARCHAR,
"founded" DOUBLE,
"industry" VARCHAR,
"jobs" BIGINT,
"location" VARCHAR,
"logo" VARCHAR,
"long_description" VARCHAR,
"name" VARCHAR,
"region" VARCHAR,
"short_description" VARCHAR,
"status" VARCHAR,
"tags" VARCHAR,
"team_size" DOUBLE,
"website" VARCHAR
);
Anyone who has the link will be able to view this.