SHIP Babies with Low Birth Weight 2010-2020
Babies with Low Birth Weight - This indicator shows the percentage of live births that are a low birth weight (2500 grams or less). Babies born with a low birth weight are at increased risk for serious health consequences including disabilities and death. Low birth weight babies weigh less than 2,500 grams (5.5 pounds). Maryland’s low birth weight percentage is higher than the national average. <a href ="https://health.maryland.gov/pophealth/Documents/SHIP/SHIP%20Lite%20Data%20Details/Babies%20with%20Low%20Birth%20Rate.pdf" > Link to Data Details </a>
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/ship-babies-with-low-birth-weight-20102020-cyet-5jd3\".\"ship_babies_with_low_birth_weight_20102020\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.