internal-open-piercecountywa-gov/demographic-birth-and-death-by-county-wa-ea3t-8aaw
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 1 year ago
Indexed 1 month ago

Demographic Birth and Death by County WA

Data from the Department of Health, who collects information on pregnancy and delivery in Washington State from birth certificates, and information on deaths in Washington State from death certificates.

Occurrence of birth in each residence county represents all births to residents of each county regardless of where the birth occurred.

Occurrence of death in each residence county represents all deaths to residents of each county regardless of where the death occurred.

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 \"internal-open-piercecountywa-gov/demographic-birth-and-death-by-county-wa-ea3t-8aaw\".\"demographic_birth_and_death_by_county_wa\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • demographic_birth_and_death_by_county_wa
     
     
     
     
     
Upstream Metadata