Shark Tank India
This dataset contains data regarding Season 1 of shark tank India for analysis.
@kaggle.parvthakkar_shark_tank_india
This dataset contains data regarding Season 1 of shark tank India for analysis.
@kaggle.parvthakkar_shark_tank_india
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.
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.
https://en.wikipedia.org/wiki/Shark_Tank_India
I loved the show and want to see what kind of analysis can be done from the data.
CREATE TABLE shark_tank_india (
"unnamed_0" BIGINT -- Unnamed: 0,
"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
);Anyone who has the link will be able to view this.