Top Investments In Shark Tank India Dataset
what is your favorite investment ?
@kaggle.durgeshrao9993_shark_tank_india_2022_dataset
what is your favorite investment ?
@kaggle.durgeshrao9993_shark_tank_india_2022_dataset
The "Top Investments in Shark Tank India Dataset" offers a comprehensive compilation of the most notable and successful investment deals made on the popular Indian version of the television show "Shark Tank." This dataset provides a valuable resource for entrepreneurs, investors, researchers, and enthusiasts interested in studying the Indian startup ecosystem and its venture capital landscape.
CREATE TABLE shark_tank_india_dataset (
  "episode_number" BIGINT,
  "pitch_number" BIGINT,
  "brand_name" VARCHAR,
  "idea" VARCHAR,
  "deal" BIGINT,
  "pitcher_ask_amount" DOUBLE,
  "ask_equity" DOUBLE,
  "ask_valuation" DOUBLE,
  "deal_amount" DOUBLE,
  "deal_equity" DOUBLE,
  "deal_valuation" DOUBLE,
  "ashneer_present" BIGINT,
  "anupam_present" BIGINT,
  "aman_present" BIGINT,
  "namita_present" BIGINT,
  "vineeta_present" BIGINT,
  "peyush_present" BIGINT,
  "ashneer_deal" BIGINT,
  "anupam_deal" BIGINT,
  "aman_deal" BIGINT,
  "namita_deal" BIGINT,
  "vineeta_deal" BIGINT,
  "peyush_deal" BIGINT,
  "ghazal_deal" BIGINT,
  "total_sharks_invested" BIGINT,
  "amount_per_shark" DOUBLE,
  "equity_per_shark" DOUBLE
);Anyone who has the link will be able to view this.