CoolFace
Datasetpublic

kpubdata/seoul-apartment-rent

Seoul Apartment Rent (Jeonse/Wolse) Real Transaction Data Real transaction data for apartment rent (jeonse and wolse) in Seoul, South Korea. Covers all 25 districts with monthly granularity. 전세 (Jeonse): Large lump-sum deposit, no monthly rent (monthly_rent = 0) 월세 (Wolse): Smaller deposit + monthly rent payments Data sourced from Korea's Ministry of Land, Infrastructure and Transport (국토교통부) via the official data.go.kr API. Dataset Summary Records: 1,220,346… See the full description on the dataset page: https://huggingface.co/datasets/kpubdata/seoul-apartment-rent.

sourceHugging Facecc-by-4.0updated 5mo agoView on Hugging Face
1likes368downloads
Dataset Card

Seoul Apartment Rent (Jeonse/Wolse) Real Transaction Data

Real transaction data for apartment rent (jeonse and wolse) in Seoul, South Korea. Covers all 25 districts with monthly granularity.

  • —전세 (Jeonse): Large lump-sum deposit, no monthly rent (monthly_rent = 0)
  • —월세 (Wolse): Smaller deposit + monthly rent payments

Data sourced from Korea's Ministry of Land, Infrastructure and Transport (국토교통부) via the official data.go.kr API.

Dataset Summary

Statistics

FeatureMeanStdMinMax
build_year2,004.2012.3919612025
deal_year2,022.141.3720202024
deal_month6.493.50112
deal_day15.978.52131
deposit40,214.0435,177.9001100000
monthly_rent39.5785.5404500
exclusive_area69.4129.3810.3215317.36
floor9.466.36-469
previous_deposit45,387.5033,458.480630000
previous_monthly_rent98.4495.2204100

Features

FeatureDescription
apartment_nameName of the apartment complex (아파트명)
build_yearYear the building was constructed (건축년도)
deal_yearTransaction year (거래년도)
deal_monthTransaction month (거래월)
deal_dayTransaction day (거래일)
deal_dateTransaction date in YYYY-MM-DD format (derived)
depositDeposit amount in 만원 (10,000 KRW units) — 보증금
monthly_rentMonthly rent in 만원 (10,000 KRW units) — 월세 (0 = jeonse)
exclusive_areaExclusive area in ㎡ (전용면적)
floorFloor number (층)
jibunLand lot number (지번)
districtDistrict name within gu (법정동)
region_codeAdministrative district code (시군구코드)
contract_typeContract type — 신규/갱신 (new/renewal)
contract_termContract term in months (계약기간)
previous_depositPrevious deposit amount for renewal contracts (종전 보증금)
previous_monthly_rentPrevious monthly rent for renewal contracts (종전 월세)
use_request_rightWhether tenant used renewal request right (갱신요구권 사용 여부)
road_nameRoad name address (도로명)

Sample Data

apartment_namebuild_yeardeal_yeardeal_monthdeal_daydepositmonthly_rentexclusive_areafloorjibundistrictregion_codecontract_typecontract_termprevious_depositprevious_monthly_rentuse_request_rightroad_namedeal_date
현대2000202013038000060.01382무악동11110NoneNoneNoneNoneNone통일로 246-202020-01-30
창신쌍용11992202011332000079.873702창신동11110NoneNoneNoneNoneNone동망산길 192020-01-13
효성쥬얼리시티2006202011745000098.39748-2인의동11110NoneNoneNoneNoneNone종로 1832020-01-17
경희궁자이(3단지)201720201489900084.94410233평동11110NoneNoneNoneNoneNone경교장길 352020-01-04
경희궁자이(1단지)20172020123111683739.05615211행촌동11110NoneNoneNoneNoneNone송월길 1302020-01-23

Usage

python
from datasets import load_dataset

ds = load_dataset("kpubdata/seoul-apartment-rent")
df = ds["train"].to_pandas()
print(df.head())

Source

This dataset was generated using kpubdata from public data APIs on data.go.kr.

데이터 출처: 국토교통부 아파트 전월세 실거래가 자료 (Ministry of Land, Infrastructure and Transport — Apartment Rent Transaction Data)