diesel_fuelprice_tbl_df | R Documentation |
This dataset, diesel_fuelprice_tbl_df, is a tibble containing daily diesel fuel price data across multiple cities and states in India from 2002 to 2020. It includes city and state information, along with the date and diesel price rate. The dataset preserves the original structure from its source on Kaggle.
data(diesel_fuelprice_tbl_df)
A tibble with 17,235 observations and 4 variables:
Name of the city (character)
Date of the observation (Date)
Diesel price rate (numeric)
Name of the state (character)
The dataset name has been kept as 'diesel_fuelprice_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/sudhirnl7/fuel-price-in-india
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.