COVID-19 cases by race/ethnicity over time
The dataset provides information about the COVID-19 cases by racial/ethnic groups among Santa Clara County residents summarized by week. Source: California Reportable Disease Information Exchange.
This dataset is updated every Thursday.
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 \"sccgov/covid19-cases-by-raceethnicity-over-time-k7e9-hszp\".\"covid19_cases_by_raceethnicity_over_time\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.