Open repository in Console
Readme
Updated 3 years ago
‧ Indexed 17 minutes ago
Median House Prices by Transfer Year from 2000 - 2016
Median prices for dwellings/townhouses, and apartments by their year of settlement for the City of Melbourne.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"melbourne-vic-gov-au/median-house-prices-by-transfer-year-from-2000-67fb-mvax\".\"median_house_prices_by_transfer_year_from_2000\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata