pa-gov/death-dataset-aggregated-at-the-statecounty-level-smxk-2cca
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 3 months ago
Indexed 4 hours ago

Death Dataset Aggregated at the State/County Level 1990 - Current Annual Health

This dataset contains aggregate death data at the state and county level for Pennsylvania residents. The data are displayed by year, race/ethnicity, gender, age group and cause of death.

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/death-dataset-aggregated-at-the-statecounty-level-smxk-2cca\".\"death_dataset_aggregated_at_the_statecounty_level\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • death_dataset_aggregated_at_the_statecounty_level
     
     
     
     
     
Upstream Metadata