Link Search Menu Expand Document

Desigining your use of force database

This exercise will start with some reading on police use of force, specifically the use of force using guns. There have been many stories about the more specific issue of fatal police shootings, but all shootings require you to get data from local sources.

In this exercise you will:

  • Read a few stories that attempted to document police shootings and evaluate where they succeeded and where they came up short.
  • Analyze a database produced by the Phoenix Police Department’s open government initiative, created after community groups decried the lack of information available.
  • Using the government version as a base, design a new record layout and structure that you would collect using documents and news stories that will fill in some of the missing information

Getting ready

Several longer documents would be useful if you were going to do this for a real project. For example, the Maricopa County Attorney’s Office investigates every officer-involved shooting and publishes a list of their conclusions with names and decisions. (It does not decide whether police broke the rules. It only decides whether to prosecute the officers under normal criminal laws.) The Phoenix Police Department’s 1,200-page operational orders have a long section on the department’s use of force policy. The department also has a Use of Force Board that determines whether police broke the law, but does not publish those documents on its website.

Open data

The current data is updated on the Phoenix Open Data site in a comma-delimited text file. A copy of that data was saved as of Dec. 24, 2018, in case it is taken down.

Import the data into a spreadsheet and evaluate it by sorting and filtering – you don’t need to know anything more than this right now.

Answer the following questions:

  • How many incidents were logged in 2018?
  • Using the filter checkboxes, check weekdays vs. weekends counts.
  • How many did not involve a firearm brandished by the suspect.

Design your dream data

Now create a data dictionary for a new dataset that would be based on this, but would contain what you really want to know about the cases. Some are obvious like the names of the officers and the suspects and a narrative of the incident. But think clearly about what you need for a published story – include items that will help you fact check or allow you to count less obvious items like the police officer or supervisor responsible for the most shootings, or a tag for the circumstances.

Make sure you build in fields that will help you fact check, such as a URL for the source document, or a yes-no field for name spell checks.

Your document should have the following information:

  • Name of the field, in standard data form.
  • A description of the field – what does it mean? How are edge cases like multiple officers handled (eg, semicolon separated, or listed on a separate table)?
  • Source of the field – where will you find it? Are there first, second and third choice sources?
  • How you expect the field to be used, and what happens if you can’t get it.

Using open source resources such as police or county attorney press releases or other news reports, try filling out five records.