India_Companies_tbl_df | R Documentation |
This dataset, India_Companies_tbl_df, is a tibble containing information about notable companies headquartered in India, including those in the Fortune Global 500. It includes company names, industry, sector, headquarters location, founding year, notes, private or state ownership status, and whether the company is active or defunct. The dataset preserves the original structure from its source on Kaggle.
data(India_Companies_tbl_df)
A tibble with 493 observations and 8 variables:
Name of the company (character)
Industry classification (character)
Sector classification (character)
Primary headquarters location (character)
Year the company was founded (character)
Additional notes or remarks (character)
Ownership status: private or state-owned (character)
Company status: active or defunct (character)
The dataset name has been kept as 'India_Companies_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/mrmars1010/companies-in-india
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.