Housing Data by Type and Census Data Archived
This dataset has been archived and is no longer being updated by Ramsey County. This was originally for a point-in-time request and was not intended for indefinite updates.
Summary data on housing by type (apartments, duplex/triplex, condo, single family, etc) and census block for 2016.
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/housing-data-by-type-and-census-data-archived-edw2-7b5b\".\"housing_data_by_type_and_census_data_archived\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.