Housing Tenure & Costs (US Census: ACS 5 Year Estimates) County
The included data are from the Housing Tenure & Costs tables of the US Census Bureau's American Community Survey's (ACS) 5 year estimates by County. It includes data on Housing Units, Occupancy Status, Tenure, Mortgage Status, and Housing Costs. For additional information about the data, visit https://www.census.gov/data/developers/data-sets/acs-5year.html.
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 \"pa-gov/housing-tenure-costs-us-census-acs-5-year-k32h-bnp7\".\"housing_tenure_costs_us_census_acs_5_year\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.