Number of Cancer Cases for All Cancer Sites by Jurisdiction, Gender, and Race, Maryland 2009
This is historical data. The update frequency has been set to "Static Data" and is here for historic value. Updated 8/14/2024.
Definition of "All Cancer Sites": ICD-O-3 Topography (Site) Codes C00.0 – C80.9 with histology codes including all invasive cancers of all sites except basal and squamous cell skin cancers, and in situ cancer cases of the urinary bladder. Total includes cases reported as transexual, hermaphrodite, and unknown gender. Some cells are missing data due to suppression of low cell counts.
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 \"opendata-maryland-gov/number-of-cancer-cases-for-all-cancer-sites-by-sx7q-snbm\".\"number_of_cancer_cases_for_all_cancer_sites_by\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.