Loading...
Loading...
The sample is too thin and too selectively recorded to prove a stop-level disparity on its own, so the paper pairs the strong external literature with
The real public data behind Who Gets Stopped in Chicago and What the Records Leave Out. Chicago police stop records (Stanford Open Policing Project, Chicago sample). Files are hosted here directly so the analysis is reproducible; analysis.py reads only these files and prints the figures the paper reports.
These files are hosted directly on Rooted Forward and load below as live spreadsheets. Sort by clicking a column header, filter rows with the search box, change page size, or use Export current view in any spreadsheet toolbar to save your filtered view in CSV, TSV, or JSON.
analysis.py
Reproducible pandas script. Verifies the developments file is a subset of the portfolio, isolates OCII Western Addition-Area 2 (21 developments / 914 units / 821 income-restricted), tabulates tenure a
Source: Stanford Computational Policy Lab / Stanford Open Policing Project (original source: Chicago Police Department, released via the Illinois Traffic and Pedestrian Stop Statistical Study Act)
This file is not a tabular CSV. Use the download button above to save it locally.
chicago-historical-stops-sample.csv
Chicago police stop records, Stanford Open Policing Project (Chicago sample, original source Chicago Police Department via the Illinois Traffic and Pedestrian Stop Statistical Study Act). 4,999-row sa
Source: Stanford Computational Policy Lab / Stanford Open Policing Project (original source: Chicago Police Department, released via the Illinois Traffic and Pedestrian Stop Statistical Study Act)
License
Code MIT, derived data CC BY 4.0.
What the cleaned archive will contain when complete. Column names and types may evolve until the archive ships.
| Column | Type | Description |
|---|---|---|
| raw_row_number | text | |
| date | text | |
| time | text | |
| location | text | |
| lat | text | |
| lng | text | |
| subject_age |
| text |
| subject_race | text |
| subject_sex | text |
| officer_id_hash | text |
| officer_age | text |
| officer_race | text |
| officer_sex | text |
| officer_years_of_service | text |