Georefrenced Spain Housing
Detailed information on around 180,000 houses in Madrid, Barcelona and Valencia
@kaggle.tomstravis_georefrenced_spain_housing
Detailed information on around 180,000 houses in Madrid, Barcelona and Valencia
@kaggle.tomstravis_georefrenced_spain_housing
CREATE TABLE madrid_sale (
"assetid" VARCHAR,
"period" BIGINT,
"price" DOUBLE,
"unitprice" DOUBLE,
"constructedarea" BIGINT,
"roomnumber" BIGINT,
"bathnumber" BIGINT,
"hasterrace" BIGINT,
"haslift" BIGINT,
"hasairconditioning" BIGINT,
"amenityid" BIGINT,
"hasparkingspace" BIGINT,
"isparkingspaceincludedinprice" BIGINT,
"parkingspaceprice" BIGINT,
"hasnorthorientation" BIGINT,
"hassouthorientation" BIGINT,
"haseastorientation" BIGINT,
"haswestorientation" BIGINT,
"hasboxroom" BIGINT,
"haswardrobe" BIGINT,
"hasswimmingpool" BIGINT,
"hasdoorman" BIGINT,
"hasgarden" BIGINT,
"isduplex" BIGINT,
"isstudio" BIGINT,
"isintopfloor" BIGINT,
"constructionyear" DOUBLE,
"floorclean" DOUBLE,
"flatlocationid" DOUBLE,
"cadconstructionyear" BIGINT,
"cadmaxbuildingfloor" BIGINT,
"caddwellingcount" BIGINT,
"cadastralqualityid" DOUBLE,
"builttypeid_1" BIGINT,
"builttypeid_2" BIGINT,
"builttypeid_3" BIGINT,
"distance_to_city_center" DOUBLE,
"distance_to_metro" DOUBLE,
"distance_to_castellana" DOUBLE,
"longitude" DOUBLE,
"latitude" DOUBLE
);
Anyone who has the link will be able to view this.