Skip to contents

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.

Usage

data(India_Companies_tbl_df)

Format

A tibble with 493 observations and 8 variables:

Name

Name of the company (character)

Industry

Industry classification (character)

Sector

Sector classification (character)

Headquarters

Primary headquarters location (character)

Founded

Year the company was founded (character)

Notes

Additional notes or remarks (character)

Private/State

Ownership status: private or state-owned (character)

Active/Defunct

Company status: active or defunct (character)

Details

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.