COVID-19 Deaths by Gender Current Monthly County Health
This dataset contains counts of COVID-19 deaths by gender by county.
Suppression applies for quantities less than 5.
Data only includes information reported to EDRS, the Electronic Death Reporting 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 \"pa-gov/covid19-deaths-by-gender-current-monthly-county-het5-dwm7\".\"covid19_deaths_by_gender_current_monthly_county\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.