startup_funding_tbl_df | R Documentation |
This dataset, startup_funding_tbl_df, is a tibble containing detailed funding information for startups in India. It includes the serial number, date, startup name, industry vertical, sub-vertical, city location, investors' names, investment type, amount in USD, and any additional remarks. The dataset preserves the original structure from its source on Kaggle.
data(startup_funding_tbl_df)
A tibble with 3,044 observations and 10 variables:
Serial number of the record (numeric)
Date of the funding record in dd/mm/yyyy format (character)
Name of the startup (character)
Primary industry vertical of the startup (character)
Specific sub-vertical within the industry (character)
City where the startup is located (character)
Name(s) of the investor(s) (character)
Type of investment (character)
Funding amount in US dollars (character)
Additional remarks related to the record (character)
The dataset name has been kept as 'startup_funding_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/sudalairajkumar/indian-startup-funding
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.