Attrition from Field Training
This Indicator measures the attrition rate by race/ethnicity of police officers from the Oakland Police Department’s Field Training Program over the past 3 years (since the start of 2015). This includes the last five OPD academies (172nd-176th) as well as lateral academies and SFPD- managed academies. Officers are released from the program for different reasons ranging from termination, resignation, and/or failing to meet the performance dimensions required by the Field Training Program and the POST approved guidelines.
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 \"oaklandca-gov/attrition-from-field-training-tm9k-8vnz\".\"attrition_from_field_training\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.