Categories of Percent Changes in Property Value by Location and Land Use Category 2019-2020
This dataset provides ranges of percent changes in Estimated Market values by Location (City of Saint Paul vs suburbs) and Land Use Category from 2019 to 2020 and the count of the parcels in each range.
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 \"ramseycounty-us/categories-of-percent-changes-in-property-value-by-ppk8-ex8w\".\"categories_of_percent_changes_in_property_value_by\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.