Skip to contents

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.

Usage

data(Unicorn_startups_tbl_df)

Format

A tibble with 102 observations and 8 variables:

No.

Serial number (numeric)

Company

Name of the startup company (character)

Sector

Business sector of the startup (character)

Entry Valuation^^ (B)

Entry valuation in billions (numeric)

Valuation (B)

Current valuation in billions (numeric)

Entry

Year of entry into unicorn status (character)

Location

Location of the startup (character)

Select Investors

Select investors in the startup (character)

Details

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.