bronx-lehman-cuny-edu/bronx-intersection-accidents-march-2013-kum9-26yg
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 5 years ago
Indexed 3 hours ago

Bronx Intersection Accidents March 2013

A spreadsheet of all the reported auto accidents in the Bronx during March 2013. Includes casualty and fatality counts, auto types, as well as contributing factors

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 \"bronx-lehman-cuny-edu/bronx-intersection-accidents-march-2013-kum9-26yg\".\"bronx_intersection_accidents_march_2013\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • bronx_intersection_accidents_march_2013