2017 - 2023 Fatal Crashes and MV Fatalities | Temp
This is a static dataset that shows the historical number of fatal crashes and motor vehicle fatalities on Hawaii Highways for the Act 100 report.
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 \"highways-hidot-hawaii-gov/2017-2023-fatal-crashes-and-mv-fatalities-temp-6r9e-46dy\".\"2017_2023_fatal_crashes_and_mv_fatalities_temp\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.