IHSS Client Vaccination Rate by Age Group - End of FY 23-24
COVID-19 vaccination rate for older adults and people with disabilities approved for IHSS after the first year of service, aimed at eliminating gaps between older adults and the countywide rate (Ages 5-11, 12-17, 18-49, 50-64, 65 +, and all)
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 \"performance-smcgov/ihss-client-vaccination-rate-by-age-group-end-of-kgmt-ty36\".\"ihss_client_vaccination_rate_by_age_group_end_of\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.