Provisional Percent of Deaths for COVID-19, Influenza, and RSV
This file contains the provisional percent of total deaths by week for COVID-19, Influenza, and Respiratory Syncytial Virus for deaths occurring among residents in the United States. Provisional data are based on non-final counts of deaths based on the flow of mortality data in National Vital Statistics System.
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/provisional-percent-of-deaths-for-covid19-4bc2-bbpq\".\"provisional_percent_of_deaths_for_covid19\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.