GasSales_Korea_tbl_df: Korea Natural Gas Sales with Temperature

GasSales_Korea_tbl_dfR Documentation

Korea Natural Gas Sales with Temperature

Description

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.

Usage

data(GasSales_Korea_tbl_df)

Format

A tibble with 252 observations and 21 variables:

Year

Year of observation (numeric)

Month

Month of observation (numeric)

Temperature

Average temperature in degrees Celsius (numeric)

Gangwondo

Gas sales in Gangwon-do province (numeric)

Seoul

Gas sales in Seoul (numeric)

Gyeonggido

Gas sales in Gyeonggi-do province (numeric)

Incheon

Gas sales in Incheon (numeric)

Gyeongsangnamdo

Gas sales in Gyeongsangnam-do province (numeric)

Gyeongsangbukdo

Gas sales in Gyeongsangbuk-do province (numeric)

Gwangju

Gas sales in Gwangju (numeric)

Daegu

Gas sales in Daegu (numeric)

Daejeon

Gas sales in Daejeon (numeric)

Busan

Gas sales in Busan (numeric)

Sejong

Gas sales in Sejong (numeric)

Ulsan

Gas sales in Ulsan (numeric)

Jeollanamdo

Gas sales in Jeollanam-do province (numeric)

Jeollabukdo

Gas sales in Jeollabuk-do province (numeric)

Jeju

Gas sales in Jeju province (numeric)

Chungcheongnamdo

Gas sales in Chungcheongnam-do province (numeric)

Chungcheongbukdo

Gas sales in Chungcheongbuk-do province (numeric)

Sum

Total gas sales in South Korea (numeric)

Details

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.

Source

Data obtained from Kaggle: https://www.kaggle.com/datasets/zxtzxt30/korea-monthly-gas-sales-with-temperature


SouthKoreAPIs documentation built on Sept. 16, 2025, 1:09 a.m.