U.S. State Life Expectancy by Sex, 2019
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 2019 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-2019-ncvk-7amm\".\"us_state_life_expectancy_by_sex_2019\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.