Real Estate Dataset
Explore Spatial dynamics, Price, and Quality of Apartments in Slovakia (11/23)
@kaggle.arnoldkakas_real_estate_dataset
Explore Spatial dynamics, Price, and Quality of Apartments in Slovakia (11/23)
@kaggle.arnoldkakas_real_estate_dataset
CREATE TABLE real_estate_dataset (
"name_nsi" VARCHAR,
"price" BIGINT,
"index" DOUBLE,
"environment" DOUBLE,
"quality_of_living" DOUBLE,
"safety" DOUBLE,
"transport" DOUBLE,
"services" DOUBLE,
"relax" DOUBLE,
"condition" VARCHAR,
"area" DOUBLE,
"energy_costs" DOUBLE,
"provision" BIGINT,
"certificate" VARCHAR,
"construction_type" VARCHAR,
"orientation" VARCHAR,
"year_built" DOUBLE,
"last_reconstruction" DOUBLE,
"total_floors" DOUBLE,
"floor" DOUBLE,
"lift" BIGINT,
"balkonies" DOUBLE,
"loggia" DOUBLE,
"cellar" BIGINT,
"type" VARCHAR,
"rooms" BIGINT,
"district" VARCHAR
);
Anyone who has the link will be able to view this.