petrol_prices_tbl_df | R Documentation |
This dataset, petrol_prices_tbl_df, is a tibble containing petrol price information across various cities in India. It includes the city name, date of the price record, and the petrol rate on that date. The dataset preserves the original structure from its source on Kaggle.
data(petrol_prices_tbl_df)
A tibble with 1,024 observations and 3 variables:
Name of the city (character)
Date of the petrol price record (Date)
Petrol price rate (numeric)
The dataset name has been kept as 'petrol_prices_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/sandipdevre/petrol-prices-in-india
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.