New York State Statewide COVID-19 Admissions by Age and Race/Ethnicity (Archived)
<b>Note:</b> Data elements were retired from HERDS on 10/6/23 and this dataset was archived.
This dataset includes weekly information about race/ethnicity categories and age groups of patients admitted for inpatient care to the hospital that are lab-confirmed COVID-19 positive.
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-admissions-by-age-n2f5-zm5f\".\"new_york_state_statewide_covid19_admissions_by_age\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.