Open repository in Console
Readme
Updated almost 2 years ago
‧ Indexed 1 hour ago
2014 Racial Profiling Dataset Citations
This Racial Profiling dataset provides the raw data needed to identify trends in traffic stops. It is used to help identify potential improvements in department policy, tactics, and training. This data is used to produce the annual Racial Profiling report, posted on APD's website here:
http://www.austintexas.gov/page/racial-profiling-reports
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 \"austintexas-gov/2014-racial-profiling-dataset-citations-mw6q-k5gy\".\"2014_racial_profiling_dataset_citations\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata