India_SharkTank_tbl_df | R Documentation |
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.
data(India_SharkTank_tbl_df)
A tibble with 117 observations and 28 variables:
Episode number (numeric)
Pitch number within the episode (numeric)
Name of the brand presented (character)
Business idea description (character)
Indicator if a deal was made (numeric; 1 = yes, 0 = no)
Amount requested by the pitcher (numeric)
Equity percentage requested by the pitcher (numeric)
Valuation based on the pitcher’s ask (numeric)
Amount invested in the deal (numeric)
Equity percentage given in the deal (numeric)
Valuation based on the deal (numeric)
Indicator if Ashneer was present (numeric; 1 = yes, 0 = no)
Indicator if Anupam was present (numeric; 1 = yes, 0 = no)
Indicator if Aman was present (numeric; 1 = yes, 0 = no)
Indicator if Namita was present (numeric; 1 = yes, 0 = no)
Indicator if Vineeta was present (numeric; 1 = yes, 0 = no)
Indicator if Peyush was present (numeric; 1 = yes, 0 = no)
Indicator if Ghazal was present (numeric; 1 = yes, 0 = no)
Indicator if Ashneer invested (numeric; 1 = yes, 0 = no)
Indicator if Anupam invested (numeric; 1 = yes, 0 = no)
Indicator if Aman invested (numeric; 1 = yes, 0 = no)
Indicator if Namita invested (numeric; 1 = yes, 0 = no)
Indicator if Vineeta invested (numeric; 1 = yes, 0 = no)
Indicator if Peyush invested (numeric; 1 = yes, 0 = no)
Indicator if Ghazal invested (numeric; 1 = yes, 0 = no)
Total number of sharks who invested (numeric)
Investment amount per shark (numeric)
Equity percentage per shark (numeric)
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.
Data obtained from Kaggle: https://www.kaggle.com/datasets/shivavashishtha/shark-tank-india-dataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.