Open repository in Console
Readme
Updated 6 months ago
‧ Indexed 1 hour ago
AH Deaths by Educational Attainment, 2019-2020
Deaths by educational attainment, race, sex, and age group for deaths occurring in the United States. Data are final for 2019 and provisional for 2020. The dataset includes annual counts of death for total deaths and for COVID-19, coded to ICD-10 code U07.1 as an underlying or multiple 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 \"cdc-gov/ah-deaths-by-educational-attainment-20192020-4ueh-89p9\".\"ah_deaths_by_educational_attainment_20192020\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata