COVID-19 Case Demographics (Race/Ethnicity) (archived)
This dataset has been retired as of February 17, 2023. This dataset will be kept for historical purposes, but will no longer be updated. Similar data are available on the state’s open data portal: https://data.chhs.ca.gov/dataset/covid-19-time-series-metrics-by-county-and-state/resource/e2c6a86b-d269-4ce1-b484-570353265183
Provides new and cumulative cases by Test Date by Race/Ethnicity.
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 \"marincounty/covid19-case-demographics-raceethnicity-archived-f3mr-kztt\".\"covid19_case_demographics_raceethnicity_archived\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.