Korean Apartment Deal Data
Real apartment transaction data in Korea
@kaggle.brainer3220_korean_real_estate_transaction_data
Real apartment transaction data in Korea
@kaggle.brainer3220_korean_real_estate_transaction_data
This is a dataset based on real estate transaction data provided by Korean public API.
Currently, only some regions and periods are available, but will continue to be provided through updates.
In addition, we will provide more information related to real estate through more updates.
CREATE TABLE apart_deal (
"n" DOUBLE -- 지역코드,
"n_02e762" VARCHAR -- 법정동,
"n_8495ef" VARCHAR -- 거래일,
"n_26d2a7" VARCHAR -- 아파트,
"n_fa6203" VARCHAR -- 지번,
"n_596fda" DOUBLE -- 전용면적,
"n_ce10bb" VARCHAR -- 층,
"n_5324d0" DOUBLE -- 건축년도,
"n_1471cd" DOUBLE -- 거래금액
);Anyone who has the link will be able to view this.