Baselight

Property Sales:Melbourne City

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

@kaggle.amalab182_property_salesmelbourne_city

Property Sales Of Melbourne City
@kaggle.amalab182_property_salesmelbourne_city.property_sales_of_melbourne_city

  • 712.17 KB
  • 18396 rows
  • 22 columns
unnamed_0

Unnamed: 0

suburb

Suburb

address

Address

rooms

Rooms

type

Type

price

Price

method

Method

sellerg

SellerG

date

Date

distance

Distance

postcode

Postcode

bedroom2

Bedroom2

bathroom

Bathroom

car

Car

landsize

Landsize

buildingarea

BuildingArea

yearbuilt

YearBuilt

councilarea

CouncilArea

lattitude

Lattitude

longtitude

Longtitude

regionname

Regionname

propertycount

Propertycount

1Abbotsford85 Turner St2h1480000SBigginSat Dec 03 2016 00:00:00 GMT+0000 (Coordinated Universal Time)2.53067211202Yarra-37.7996144.9984Northern Metropolitan4019
2Abbotsford25 Bloomburg St2h1035000SBigginThu Feb 04 2016 00:00:00 GMT+0000 (Coordinated Universal Time)2.5306721156791900Yarra-37.8079144.9934Northern Metropolitan4019
4Abbotsford5 Charles St3h1465000SPBigginSat Mar 04 2017 00:00:00 GMT+0000 (Coordinated Universal Time)2.53067321341501900Yarra-37.8093144.9944Northern Metropolitan4019
5Abbotsford40 Federation La3h850000PIBigginSat Mar 04 2017 00:00:00 GMT+0000 (Coordinated Universal Time)2.5306732194Yarra-37.7969144.9969Northern Metropolitan4019
6Abbotsford55a Park St4h1600000VBNelsonSat Jun 04 2016 00:00:00 GMT+0000 (Coordinated Universal Time)2.530673121201422014Yarra-37.8072144.9941Northern Metropolitan4019
10Abbotsford129 Charles St2h941000SJellisSat May 07 2016 00:00:00 GMT+0000 (Coordinated Universal Time)2.5306721181Yarra-37.8041144.9953Northern Metropolitan4019
11Abbotsford124 Yarra St3h1876000SNelsonSat May 07 2016 00:00:00 GMT+0000 (Coordinated Universal Time)2.53067422452101910Yarra-37.8024144.9993Northern Metropolitan4019
14Abbotsford98 Charles St2h1636000SNelsonSat Oct 08 2016 00:00:00 GMT+0000 (Coordinated Universal Time)2.530672122561071890Yarra-37.806144.9954Northern Metropolitan4019
15Abbotsford217 Langridge St3h1000000SJellisSat Oct 08 2016 00:00:00 GMT+0000 (Coordinated Universal Time)2.53067nanNorthern Metropolitan4019
16Abbotsford18a Mollison St2t745000SJellisSat Oct 08 2016 00:00:00 GMT+0000 (Coordinated Universal Time)2.53067nanNorthern Metropolitan4019

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.