COVID-19 Vaccination Demographics by County and District
Vaccination demographics data by county/region, by race, by ethnicity, by gender, and by age.
Fields with less than 5 results have been suppressed.
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 \"bloomington-in-gov/covid19-vaccination-demographics-by-county-and-ycum-qc6t\".\"covid19_vaccination_demographics_by_county_and\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.