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.
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
- Features: 19
- Source: data.go.kr
- HuggingFace Repo: kpubdata/seoul-apartment-rent
Statistics
Features
Sample Data
Usage
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)
