Open repository in Console
Readme
Updated almost 9 years ago
‧ Indexed 11 months ago
Percentage of Adults Who Report Driving After Drinking Too Much (in the past 30 days), 2012 & 2014, Region 7 - Kansas City
Source: Behavioral Risk Factor Surveillance System (BRFSS), 2012, 2014.
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/percentage-of-adults-who-report-driving-after-pvr7-gpk4\".\"percentage_of_adults_who_report_driving_after\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata