Hamilton County Zip Codes by Age - 2019 ACS
Population estimates for zip codes in Hamilton County broken down by age groups. Data from the ACS can be found here https://data.census.gov/cedsci/table?g=8600000US37302,37308,37311,37315,37336,37338,37341,37343,37350,37351,37353,37363,37373,37377,37379,37402,37403,37404,37405,37406,37407,37408,37409,37410,37411,37412,37415,37416,37419,37421&tid=ACSST5Y2019.S0101
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 \"internal-chattadata/hamilton-county-zip-codes-by-age-2019-acs-xmi8-dktb\".\"hamilton_county_zip_codes_by_age_2019_acs\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.