New York State Statewide COVID-19 Nursing Home and Adult Care Facility Fatalities
This dataset includes the number of nursing home, or adult care facility-reported fatalities for residents with lab-confirmed COVID-19 disease that occurred at the facility, lab-confirmed COVID-19 disease that occurred outside of the facility, and COVID-19 presumed disease that occurred at the facility.
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 \"health-data-ny-gov/new-york-state-statewide-covid19-nursing-home-and-u2vg-th2g\".\"new_york_state_statewide_covid19_nursing_home_and\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.