Property Sales:Melbourne City
Exploring the Melbourne Housing Market: A Comprehensive Dataset of Property Sale
@kaggle.amalab182_property_salesmelbourne_city
Exploring the Melbourne Housing Market: A Comprehensive Dataset of Property Sale
@kaggle.amalab182_property_salesmelbourne_city
CREATE TABLE property_sales_of_melbourne_city (
"unnamed_0" BIGINT,
"suburb" VARCHAR,
"address" VARCHAR,
"rooms" BIGINT,
"type" VARCHAR,
"price" BIGINT,
"method" VARCHAR,
"sellerg" VARCHAR,
"date" TIMESTAMP,
"distance" DOUBLE,
"postcode" DOUBLE,
"bedroom2" DOUBLE,
"bathroom" DOUBLE,
"car" DOUBLE,
"landsize" DOUBLE,
"buildingarea" DOUBLE,
"yearbuilt" DOUBLE,
"councilarea" VARCHAR,
"lattitude" DOUBLE,
"longtitude" DOUBLE,
"regionname" VARCHAR,
"propertycount" DOUBLE
);
Anyone who has the link will be able to view this.