Skip to contents

This dataset, GoldPricesIndia_df, is a data frame containing the monthly high and low prices (in rupees per gram) of 22-carat gold in six Indian cities: Chennai, Kolkatta, Bangalore, Madurai, Hyderabad, and Delhi. Data were collected from February 2022 to January 2023.

Usage

data(GoldPricesIndia_df)

Format

A data frame with 12 observations and 13 variables:

Month

Month of observation (character)

Chennai_Low

Lowest price in Chennai (numeric)

Chennai_High

Highest price in Chennai (numeric)

Kolkatta_Low

Lowest price in Kolkatta (numeric)

Kolkatta_High

Highest price in Kolkatta (numeric)

Bangalore_Low

Lowest price in Bangalore (numeric)

Bangalore_High

Highest price in Bangalore (numeric)

Madurai_Low

Lowest price in Madurai (numeric)

Madurai_High

Highest price in Madurai (numeric)

Hyderabad_Low

Lowest price in Hyderabad (numeric)

Hyderabad_High

Highest price in Hyderabad (numeric)

Delhi_Low

Lowest price in Delhi (numeric)

Delhi_High

Highest price in Delhi (numeric)

Source

Data taken from the neutrostat package version 0.0.2

Details

The dataset name has been kept as 'GoldPricesIndia_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the IndiAPIs package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame object. The original content has not been modified in any way.