Vacant Housing Units in Iowa by Vacancy Status (ACS 5-Year Estimates)
This dataset contains Iowa vacant housing units estimate by vacancy status for State of Iowa, individual Iowa counties, Iowa places and census tracts within Iowa. Data is from the American Community Survey, Five Year Estimates, Table B25004.
Vacancy status includes the following: Total, For rent, For sale only, Other vacant, Rented not occupied, Sold not occupied, For migrant workers, and For seasonal recreational or occasional use.
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 \"mydata-iowa-gov/vacant-housing-units-in-iowa-by-vacancy-status-acs-vxxf-5w5r\".\"vacant_housing_units_in_iowa_by_vacancy_status_acs\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.