Indian Unicorns 2022
This dataset has data of top unicorns of India 2022
@kaggle.shrikrishnaparab_indian_unicorns_2022
This dataset has data of top unicorns of India 2022
@kaggle.shrikrishnaparab_indian_unicorns_2022
A unicorn company is any private company that is valued at $1-Billion or more and is Venture Capital funded. This dataset consist of list of all unicorns in India till Sep 2022. Also, this data set gives information about the unicorns which lost their unicorn status in India and information about the publicly listed company status.
This data was scrapped from https://www.ventureintelligence.com/.
CREATE TABLE unicorntable_india (
  "no" BIGINT  -- No.,
  "company" VARCHAR,
  "sector" VARCHAR,
  "publicly_listed" BIGINT,
  "entry_valuation_b" DOUBLE  -- Entry Valuation($B),
  "valuation_b" DOUBLE  -- Valuation ($B),
  "entry" VARCHAR,
  "formar_unicorn" BIGINT,
  "location" VARCHAR,
  "select_investors" VARCHAR
);Anyone who has the link will be able to view this.