Baselight

Property Sales:Melbourne City

Exploring the Melbourne Housing Market: A Comprehensive Dataset of Property Sale

@kaggle.amalab182_property_salesmelbourne_city

Loading...
Loading...

About this Dataset

Property Sales:Melbourne City

The data provided is a set of property sales in the suburb of Abbotsford, Victoria, Australia. It includes details such as the address, number of rooms, property type, price, method of sale, and seller information, as well as information on the property's location and characteristics, such as distance from the city center, postcode, bedroom and bathroom count, car spaces, land size, building area, year built, council area, latitude and longitude, region name, and property count.

Tables

Property Sales Of Melbourne City

@kaggle.amalab182_property_salesmelbourne_city.property_sales_of_melbourne_city
  • 712.17 KB
  • 18396 rows
  • 22 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.