pa-gov/covid19-aggregate-cases-no-further-updates-j72v-r42c
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 3 months ago
Indexed 3 hours ago

COVID-19 Aggregate Cases NO FURTHER UPDATES

Weekly updates have finished with the June 28th update.

Some information may be found here: https://covid.cdc.gov/covid-data-tracker/#maps_new-admissions-rate-state

<br>

This dataset contains aggregate COVID-19 case counts and rates by date of first report for all counties in Pennsylvania and for the state as a whole. Counts include both confirmed and probable cases as defined by the Council of State and Territorial Epidemiologists (CSTE). At present, a person is counted as a case only once. Note that case counts by date of report are influenced by a variety of factors, including but not limited to testing availability, test ordering patterns (such as day of week patterns), labs reporting backlogged test results, and mass screenings in nursing homes, workplaces, schools, etc. Case reports received without a patient address are assigned to the county of the ordering provider or facility based on provider zip code. Cases reported with a residential address that does not match to a known postal address per the commonwealth geocoding service are assigned to a county based on the zip code of residence. Many zip codes cross county boundaries so there is some degree of misclassification of county. All counts may change on a daily basis due to reassignment of jurisdiction, removal of duplicate case reports, correction of errors, and other daily data cleaning activities. Downloaded data represents the best information available as of the previous day. <br>

Data will be updated between 11:30 am to 1:30pm each Wednesday.

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-aggregate-cases-no-further-updates-j72v-r42c\".\"covid19_aggregate_cases_no_further_updates\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • covid19_aggregate_cases_no_further_updates
     
     
     
     
     
Upstream Metadata