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.
Usage
data(petrol_prices_tbl_df)
Format
A tibble with 1,024 observations and 3 variables:
- city
Name of the city (character)
- date
Date of the petrol price record (Date)
- rate
Petrol price rate (numeric)
Source
Data obtained from Kaggle: https://www.kaggle.com/datasets/sandipdevre/petrol-prices-in-india