Open repository in Console
Readme
Updated almost 3 years ago
‧ Indexed 11 months ago
New York State (Outside New York City) COVID-19 Cases and Contacts Contact Tracing Initiative
<b>Note: This dataset is no longer updated.</b> This dataset includes cumulative and weekly counts of the number of new COVID-19 cases reported, number of cases reached, percent cases reached, total contacts elicited, total elicited contacts reached, and percent contacts reached by each week. Please note: In the earlier days of the program, the number of cases represented the numbers reported by selected LHDs. Therefore, the volume could be much lower than all new COVID cases.
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-outside-new-york-city-covid19-cases-a2yr-rpki\".\"new_york_state_outside_new_york_city_covid19_cases\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata