GasSales_Korea_tbl_df | R Documentation |
This dataset, GasSales_Korea_tbl_df, is a tibble containing monthly natural gas sales data with corresponding average temperatures for provinces of South Korea. It includes sales figures for each province, the national total, and temperature information, organized by year and month. The dataset preserves the original structure from its source on Kaggle.
data(GasSales_Korea_tbl_df)
A tibble with 252 observations and 21 variables:
Year of observation (numeric)
Month of observation (numeric)
Average temperature in degrees Celsius (numeric)
Gas sales in Gangwon-do province (numeric)
Gas sales in Seoul (numeric)
Gas sales in Gyeonggi-do province (numeric)
Gas sales in Incheon (numeric)
Gas sales in Gyeongsangnam-do province (numeric)
Gas sales in Gyeongsangbuk-do province (numeric)
Gas sales in Gwangju (numeric)
Gas sales in Daegu (numeric)
Gas sales in Daejeon (numeric)
Gas sales in Busan (numeric)
Gas sales in Sejong (numeric)
Gas sales in Ulsan (numeric)
Gas sales in Jeollanam-do province (numeric)
Gas sales in Jeollabuk-do province (numeric)
Gas sales in Jeju province (numeric)
Gas sales in Chungcheongnam-do province (numeric)
Gas sales in Chungcheongbuk-do province (numeric)
Total gas sales in South Korea (numeric)
The dataset name has been kept as 'GasSales_Korea_tbl_df' to maintain consistency with the naming conventions in the SouthKoreAPIs 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/zxtzxt30/korea-monthly-gas-sales-with-temperature
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.