Open repository in Console
Readme
Updated over 2 years ago
‧ Indexed 12 months ago
Annual Age-Adjusted Death Rates from Cancer by Race, Fulton County
This dataset contains the annual age-adjusted death rates by race from all forms of cancer among Fulton County residents since 1994. Included are racial groups for which population numbers are large enough to provide accurate figures. The data were extracted from Georgia Department of Public Health Oasis.
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 \"sharefulton-fultoncountyga-gov/annual-ageadjusted-death-rates-from-cancer-by-race-ag6s-r3nt\".\"annual_ageadjusted_death_rates_from_cancer_by_race\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata