Open repository in Console
Readme
Updated 3 months ago
‧ Indexed 4 hours ago
COVID-19 Cases by Age Current County Health NO FURTHER UPDATES
Daily updates have finished.
This dataset contains aggregate COVID-19 case counts by age by county of first report for all counties in Pennsylvania. Counts include both confirmed and probable cases as defined by the Council of State and Territorial Epidemiologists (CSTE). Suppression applies for quantities 1-4.
Data only includes information reported to PA-NEDSS, Pennsylvania National Electronic Disease Surveillance 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-cases-by-age-current-county-health-no-fdeg-39uk\".\"covid19_cases_by_age_current_county_health_no\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata