Baselight

Shark Tank India Companies

This dataset contains pitches and investments by sharks in Shark Tank India

@kaggle.devanshu125_shark_tank_india_companies

Loading...
Loading...

About this Dataset

Shark Tank India Companies

Context

Recently, I saw a dataset based on Shark Tank USA. This dataset inspired me to create one for India as well and since season 1 recently ended, I thought this was the perfect time to look at some insights based on the deals.

Content

This dataset contains the following information -

  1. episode - episode number
  2. pitch_no - pitch number (unique)
  3. company - company name
  4. idea - company description
  5. deal - final deal that was taken
  6. ashneer - Did Ashneer invest?
  7. namita - Did Ashneer invest?
  8. anupam - Did Anupam invest?
  9. vineeta - Did Vineeta invest?
  10. aman - Did Aman invest?
  11. peyush - Did - Did Peyush invest?
  12. ghazal - Did Ghazal invest?

Acknowledgements

This data was scraped from Wikipedia.

Tables

Dataset

@kaggle.devanshu125_shark_tank_india_companies.dataset
  • 13.23 KB
  • 117 rows
  • 12 columns
Loading...

CREATE TABLE dataset (
  "episode" BIGINT,
  "pitch_no" BIGINT,
  "company" VARCHAR,
  "idea" VARCHAR,
  "deal" VARCHAR,
  "ashneer" VARCHAR,
  "namita" VARCHAR,
  "anupam" VARCHAR,
  "vineeta" VARCHAR,
  "aman" VARCHAR,
  "peyush" VARCHAR,
  "ghazal" VARCHAR
);

Share link

Anyone who has the link will be able to view this.