2018-2020 Median Sales Map Data
This dataset contains information on median sale price for calendar years 2018 through 2020 by Township. Data that is included is the Township name, median sale price for years 2018 through 2020, and mapping information for the boundaries of the townships.
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 \"internal-opendata-clermontauditor/20182020-median-sales-map-data-g3fz-7xiu\".\"20182020_median_sales_map_data\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.