2020 Census Response Rates - Erie County
This dataset reports the self-response rate of planned census tracts in Erie County to the 2020 Census. The U.S Census Bureau is tracking self-response rates nationwide to help ensure a complete and accurate count.
Source link: https://2020census.gov/en/response-rates.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 \"covid19-buffalony-gov/2020-census-response-rates-erie-county-ndch-g284\".\"2020_census_response_rates_erie_county\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.