Open repository in Console
Readme
Updated 7 years ago
‧ Indexed 1 hour ago
Impaired Driving Death Rate, by Age and Gender, 2012 & 2014, Region 7 - Kansas City
Rate of deaths by age/gender (per 100,000 population) for people killed in crashes involving a driver with BAC =>0.08%, 2012, 2014. 2012 Source: Fatality Analysis Reporting System (FARS). 2014 Source: National Highway Traffic Administration's (NHTSA) Fatality Analysis Reporting System (FARS), 2014 Annual Report File. Note: Blank cells indicate data are suppressed. Fatality rates based on fewer than 20 deaths are suppressed.
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/impaired-driving-death-rate-by-age-and-gender-2012-ea3z-m7eh\".\"impaired_driving_death_rate_by_age_and_gender_2012\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata