cdc-gov/us-state-life-expectancy-by-sex-2018-a5a8-jsrq
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 2 years ago
Indexed 2 hours ago

U.S. State Life Expectancy by Sex, 2018

The dataset presents life expectancy at birth estimates based on annual complete period life tables for each of the 50 states and the District of Columbia (D.C.)

in 2018 for the total, male and female populations.

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 \"cdc-gov/us-state-life-expectancy-by-sex-2018-a5a8-jsrq\".\"us_state_life_expectancy_by_sex_2018\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • us_state_life_expectancy_by_sex_2018
     
     
     
     
     
Upstream Metadata