Nutrition, Physical Activity, and Obesity - National Immunization Survey (Breastfeeding)
This dataset includes breastfeeding data from the National Immunization Survey (NIS). This data is used for DNPAO's Data, Trends, and Maps database, which provides national and state specific data on obesity, nutrition, physical activity, and breastfeeding. For more information about breastfeeding and NIS visit https://www.cdc.gov/breastfeeding/data/nis_data/index.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 \"cdc-gov/nutrition-physical-activity-and-obesity-national-8hxn-cvik\".\"nutrition_physical_activity_and_obesity_national\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.