Skip to contents

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.

Usage

data(startup_funding_tbl_df)

Format

A tibble with 3,044 observations and 10 variables:

Sr No

Serial number of the record (numeric)

Date dd/mm/yyyy

Date of the funding record in dd/mm/yyyy format (character)

Startup Name

Name of the startup (character)

Industry Vertical

Primary industry vertical of the startup (character)

SubVertical

Specific sub-vertical within the industry (character)

City Location

City where the startup is located (character)

Investors Name

Name(s) of the investor(s) (character)

InvestmentnType

Type of investment (character)

Amount in USD

Funding amount in US dollars (character)

Remarks

Additional remarks related to the record (character)

Details

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.