-
Notifications
You must be signed in to change notification settings - Fork 0
/
Melbourne_housing_full_struct.json
41 lines (41 loc) · 1.33 KB
/
Melbourne_housing_full_struct.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"Suburb": "Suburb",
"Address": "Number of rooms",
"Rooms": "Number of rooms",
"Type": {
"br": "bedroom(s)",
"h": "house,cottage,villa, semi,terrace",
"u": "unit, duplex""t": "townhouse",
"dev site": "development site",
"o res": "other residential"
},
"Price": "Price in Australian dollars",
"Method": {
"S": "property sold",
"SP": "property sold prior",
"PI": "property passed in",
"PN": "sold prior not disclosed",
"SN": "sold not disclosed",
"NB": "no bid",
"VB": "vendor bid",
"W": "withdrawn prior to auction",
"SA": "sold after auction",
"SS": "sold after auction price not disclosed",
"N/A": "price or highest bid not available"
},
"SellerG": "Real Estate Agent",
"Date": "Date sold",
"Distance": "Distance from CBD in Kilometres",
"Postcode": "Postcode",
"Bedroom2": "Scraped # of Bedrooms (from different source)",
"Bathroom": "Number of Bathrooms",
"Car": "Number of carspots",
"Landsize": "Land Size in Metres",
"BuildingArea": "Building Size in Metres",
"YearBuilt": "Year the house was built",
"CouncilArea": "Governing council for the area",
"Lattitude": "Lattitude",
"Longtitude": "Longtitude",
"Regionname": "General Region (West, North West, North, North east …etc)",
"Propertycount": "Number of properties that exist in the suburb"
}