performance-smcgov/average-age-of-death-in-san-mateo-county-20012006-92qy-2w3u
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 10 years ago
Indexed 4 hours ago

Average Age Of Death In San Mateo County 2001-2006

This data shows the average actual numbers of deaths that occur in San Mateo County for a given year. The average age of death statistic is used to calculate the related measure: Life Expectancy.

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 \"performance-smcgov/average-age-of-death-in-san-mateo-county-20012006-92qy-2w3u\".\"average_age_of_death_in_san_mateo_county_20012006\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • average_age_of_death_in_san_mateo_county_20012006