PropertySnapshot

PropertySnapshot#

App: housing

Point-in-time property/rental data snapshot for a neighbourhood, used for trend tracking.

Fields#

Field

Type

Description

neighbourhood

ForeignKey(Neighbourhood)

Parent neighbourhood

data_date

DateField

Date of the data snapshot

avg_rent_1br

IntegerField

Average 1BR rent (ZAR)

avg_rent_2br

IntegerField

Average 2BR rent (ZAR)

avg_property_price

IntegerField

Average property price (ZAR)

airbnb_listings

IntegerField

Airbnb listing count

source

CharField

Data source identifier

Relationships#

  • Neighbourhood