Indian Startups
Information about the top 300 startups in India from 1984 to 2022
@kaggle.ashishraut64_indian_startups_top_300
Information about the top 300 startups in India from 1984 to 2022
@kaggle.ashishraut64_indian_startups_top_300
A startup or start-up is a company or project undertaken by an entrepreneur to seek, develop, and validate a scalable business model. While entrepreneurship includes all new businesses, including self-employment and businesses that do not intend to go public, startups are new businesses that intend to grow large beyond the solo founder. In the beginning, startups face high uncertainty and have high rates of failure, but a minority of them do go on to be successful and influential.
The following dataset has data about the Top 300 startups in India. Details about the columns are as follows:
CREATE TABLE startups1 (
  "unnamed_0" BIGINT  -- Unnamed: 0,
  "company" VARCHAR,
  "city" VARCHAR,
  "starting_year" BIGINT,
  "founders" VARCHAR,
  "industries" VARCHAR,
  "description" VARCHAR,
  "no_of_employees" VARCHAR  -- No. Of Employees,
  "funding_amount_in" BIGINT  -- Funding Amount In $,
  "funding_round" BIGINT,
  "no_of_investors" BIGINT  -- No. Of Investors
);Anyone who has the link will be able to view this.