Unicorn_startups_tbl_df | R Documentation |
This dataset, Unicorn_startups_tbl_df, is a tibble containing information about Indian unicorn startups as of 2023. It includes company names, sectors, entry valuations, current valuations, entry years, locations, and select investors. The dataset preserves the original structure from its source on Kaggle.
data(Unicorn_startups_tbl_df)
A tibble with 102 observations and 8 variables:
Serial number (numeric)
Name of the startup company (character)
Business sector of the startup (character)
Entry valuation in billions (numeric)
Current valuation in billions (numeric)
Year of entry into unicorn status (character)
Location of the startup (character)
Select investors in the startup (character)
The dataset name has been kept as 'Unicorn_startups_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/mlvprasad/indian-unicorn-startups-2023-june-updated
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.