Licensed Drivers, by state, gender, and age group
Licensed driver data from Highway Statistics table DL-22, broken down by state, gender, and age group.
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 \"datahub-transportation-gov/licensed-drivers-by-state-gender-and-age-group-xfkb-3bxx\".\"licensed_drivers_by_state_gender_and_age_group\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.