Open repository in Console
Readme
Updated over 2 years ago
‧ Indexed 11 months ago
2016-2020 Citations Data
This data set includes citation number, date issued, time issued, location, district, cited person’s age, cited person’s sex, cited person’s race, offense code, offense description, citing officer’s age, citing officer’s sex, and citing officer’s race.
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 \"bloomington-in-gov/20162020-citations-data-gpr2-wqbb\".\"20162020_citations_data\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.