Commute Transportation Type
Data on manner of commute- drive alone, carpool, public transportation, walk, etc. Excerpted from DP03 American Community Survey 1 Year Estimates
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 \"performance-smcgov/commute-transportation-type-5f9n-e3r8\".\"commute_transportation_type\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.