Skip to contents

This dataset, India_SharkTank_tbl_df, is a tibble containing detailed information on pitches presented on Shark Tank India. It includes episode and pitch numbers, brand names, business ideas, deal status, financial details (ask amount, equity, valuation, deal amount, equity, and valuation), presence of each shark during the pitch, whether each shark invested, total sharks invested, amount per shark, and equity per shark. The dataset preserves the original structure from its source on Kaggle.

Usage

data(India_SharkTank_tbl_df)

Format

A tibble with 117 observations and 28 variables:

episode_number

Episode number (numeric)

pitch_number

Pitch number within the episode (numeric)

brand_name

Name of the brand presented (character)

idea

Business idea description (character)

deal

Indicator if a deal was made (numeric; 1 = yes, 0 = no)

pitcher_ask_amount

Amount requested by the pitcher (numeric)

ask_equity

Equity percentage requested by the pitcher (numeric)

ask_valuation

Valuation based on the pitcher’s ask (numeric)

deal_amount

Amount invested in the deal (numeric)

deal_equity

Equity percentage given in the deal (numeric)

deal_valuation

Valuation based on the deal (numeric)

ashneer_present

Indicator if Ashneer was present (numeric; 1 = yes, 0 = no)

anupam_present

Indicator if Anupam was present (numeric; 1 = yes, 0 = no)

aman_present

Indicator if Aman was present (numeric; 1 = yes, 0 = no)

namita_present

Indicator if Namita was present (numeric; 1 = yes, 0 = no)

vineeta_present

Indicator if Vineeta was present (numeric; 1 = yes, 0 = no)

peyush_present

Indicator if Peyush was present (numeric; 1 = yes, 0 = no)

ghazal_present

Indicator if Ghazal was present (numeric; 1 = yes, 0 = no)

ashneer_deal

Indicator if Ashneer invested (numeric; 1 = yes, 0 = no)

anupam_deal

Indicator if Anupam invested (numeric; 1 = yes, 0 = no)

aman_deal

Indicator if Aman invested (numeric; 1 = yes, 0 = no)

namita_deal

Indicator if Namita invested (numeric; 1 = yes, 0 = no)

vineeta_deal

Indicator if Vineeta invested (numeric; 1 = yes, 0 = no)

peyush_deal

Indicator if Peyush invested (numeric; 1 = yes, 0 = no)

ghazal_deal

Indicator if Ghazal invested (numeric; 1 = yes, 0 = no)

total_sharks_invested

Total number of sharks who invested (numeric)

amount_per_shark

Investment amount per shark (numeric)

equity_per_shark

Equity percentage per shark (numeric)

Details

The dataset name has been kept as 'India_SharkTank_tbl_df' to maintain consistency with the naming conventions in the IndiAPIs package. The suffix 'tbl_df' indicates that this is a tibble data frame. The original content has not been modified in any way.