Baselight

Shark Tank India

This dataset contains data regarding Season 1 of shark tank India for analysis.

@kaggle.parvthakkar_shark_tank_india

Loading...
Loading...

About this Dataset

Shark Tank India

Context

Shark Tank India received a overwhelming response in India. I also liked the season very much and decided to get data for analysis purposes hence I created this dataset.

Content

This data represents Season 1 of Shark tank India. There are 16 columns including columns containing names of every sharks and their investment as 1 = Deal and 0 = No Deal for ease of analysis.

Acknowledgements

https://en.wikipedia.org/wiki/Shark_Tank_India

Inspiration

I loved the show and want to see what kind of analysis can be done from the data.

Tables

Shark Tank India

@kaggle.parvthakkar_shark_tank_india.shark_tank_india
  • 17.25 KB
  • 117 rows
  • 16 columns
Loading...

CREATE TABLE shark_tank_india (
  "unnamed_0" BIGINT,
  "episode_number" BIGINT,
  "pitch_number" BIGINT,
  "company" VARCHAR,
  "idea" VARCHAR,
  "industry" VARCHAR,
  "amount" DOUBLE,
  "debt" DOUBLE,
  "equity" DOUBLE,
  "ashneer" BIGINT,
  "anupam" BIGINT,
  "namita" BIGINT,
  "aman" BIGINT,
  "vineeta" BIGINT,
  "peyush" BIGINT,
  "ghazal" BIGINT
);

Share link

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