bronx-lehman-cuny-edu/breast-cancer-20052009-9ejb-i5ke
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 5 years ago
Indexed 1 hour ago

Breast Cancer 2005-2009

The ZIP Code lists show the number of people who developed the specific type of cancer while living in the ZIP Code area between 2005 and 2009. The lists also show the number of people who might have been expected to get cancer in that time period, based on the size of the population of the ZIP Code. For more info, see http://www.health.ny.gov/statistics/cancer/registry/zipcode/faq.htm

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 \"bronx-lehman-cuny-edu/breast-cancer-20052009-9ejb-i5ke\".\"breast_cancer_20052009\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • breast_cancer_20052009