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.
data(GoldPricesIndia_df)A data frame with 12 observations and 13 variables:
Month of observation (character)
Lowest price in Chennai (numeric)
Highest price in Chennai (numeric)
Lowest price in Kolkatta (numeric)
Highest price in Kolkatta (numeric)
Lowest price in Bangalore (numeric)
Highest price in Bangalore (numeric)
Lowest price in Madurai (numeric)
Highest price in Madurai (numeric)
Lowest price in Hyderabad (numeric)
Highest price in Hyderabad (numeric)
Lowest price in Delhi (numeric)
Highest price in Delhi (numeric)
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.