bronx-lehman-cuny-edu/asthmaeverchs2010-5xyj-u9sy
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 4 months ago
Indexed 1 hour ago

Asthma_Ever_CHS_2010

From Andrew Maroko:

a zip file with the three shapefiles: diabetes (ever), asthma

(ever), and obesity from the 2010 CHS

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/asthmaeverchs2010-5xyj-u9sy\".\"asthmaeverchs2010\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • asthmaeverchs2010