Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 3 hours ago
Nutrition, Physical Activity, and Obesity - American Community Survey
This dataset includes select data from the U.S. Census Bureau's American Community Survey (ACS) on the percent of adults who bike or walk to work. 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 ACS visit https://www.census.gov/programs-surveys/acs/.
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 \"chronicdata-cdc-gov/nutrition-physical-activity-and-obesity-american-8mrp-rmkw\".\"nutrition_physical_activity_and_obesity_american\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata