Infant Mortality Rates by ZIP Code Travis County 2011-2014
This dataset contains the infant mortality rates by ZIP Code for ZIP Codes within Travis County for combined years 2011-2014. It was created from the complete Texas Public Use Data File (PUDF) downloaded from UT System Population Health at:
http://www.utsystempophealth.org/imr-texas/
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 \"datahub-austintexas-gov/infant-mortality-rates-by-zip-code-travis-county-nf5q-k55q\".\"infant_mortality_rates_by_zip_code_travis_county\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.