COVID-19 Cases Among Healthcare Personnel, by week - ARCHIVED
Weekly cases among healthcare personnel, by week
<b>Note:</b> Rows marked by "missing date fields" represent healthcare worker cases that were not associated with a date.
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 \"cdc-gov/covid19-cases-among-healthcare-personnel-by-week-4zxn-f9dq\".\"covid19_cases_among_healthcare_personnel_by_week\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.