Open repository in Console
Readme
Updated 12 months ago
‧ Indexed 11 months ago
Monthly COVID-19 Death Rates per 100,000 Population by Age Group, Race and Ethnicity, Sex, and Region with Double Stratification
Monthly COVID-19 death rates per 100,000 population stratified by age group, race/ethnicity, sex, and region, with race/ethnicity by age group and age group by race/ethnicity double stratification
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/monthly-covid19-death-rates-per-100000-population-exs3-hbne\".\"monthly_covid19_death_rates_per_100000_population\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata