> For the complete documentation index, see [llms.txt](https://copious-co.gitbook.io/copious.co-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://copious-co.gitbook.io/copious.co-docs/readme.md).

# Using this data without getting it wrong

A short handbook for anyone analysing the nine open datasets on police complaints, stop and search and deaths following police contact published by [PoliceComplaint.com](https://www.policecomplaint.com/data/).

This is deliberately **not** a column reference. That already exists at [the data dictionary](https://police-accountability-data.readthedocs.io/) and documents what every column is. This handbook covers the different question: **which calculations are wrong**, with the numbers to show it.

Every figure below is re-derived from the shipped CSVs. Nothing here is asserted.

* **Data and code:** [github.com/copious-git/police-accountability-data](https://github.com/copious-git/police-accountability-data)
* **Cite the concept DOI:** [10.5281/zenodo.22165476](https://doi.org/10.5281/zenodo.22165476)
* **Licence:** CC BY 4.0 on the derived data. Sources keep their own.

## The three mistakes that actually happen

1. **Dividing by `searches_total`.** Every rate in the stop-and-search file ships with its own `_n` and `_d` pair. Using the row total instead understates the rate on **21 of 41 forces**, by up to **24.5 percentage points**. See [The denominator traps](/copious.co-docs/denominators.md).
2. **Assuming `publishable` catches every problem.** It does not catch the City of London artefact, which is flagged `publishable=true` and still should not be ranked. See [Filtering](/copious.co-docs/filtering.md).
3. **Reading a per-agency US rate as comparable.** `bodycam_active_pct` is computed over a *different, smaller* denominator than `killed_by_police`. In California that is 1,444 against 2,118, so using the wrong one understates by **32%**.

## One caveat that outranks all of the above

**A disparity ratio is a measured difference in outcomes.** It is not proof that anyone acted unlawfully and it does not establish a cause. **A recorded complaint is an allegation, not a finding.** A force that records complaints readily logs more of them.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://copious-co.gitbook.io/copious.co-docs/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
