New York State Statewide COVID-19 Testing by Age Group
This dataset includes information on all positive tests of individuals for COVID-19 infection performed in New York State beginning March 1, 2020, when the first case of COVID-19 was identified in the state. The primary goal of publishing this dataset is to provide users timely information about local disease spread and COVID-19 case rates by age group. The data will be updated weekly, reflecting tests reported by 12:00 AM three days prior to the date of the update.
Total positives includes both PCR and antigen positive test results.
Note: This is an updated version of the statewide cases by age dataset that includes all reported cases, both first infections and reinfections. An archived version of the prior dataset, which includes only first infections, is available: https://health.data.ny.gov/d/h8ay-wryy
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-testing-by-age-m5zn-wsib\".\"new_york_state_statewide_covid19_testing_by_age\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.