https://github.com/saulshanabrook/amherst-pd
https://github.com/saulshanabrook/amherst-pd
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/saulshanabrook/amherst-pd
- Owner: saulshanabrook
- Created: 2016-09-06T16:30:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-06T16:36:20.000Z (about 9 years ago)
- Last Synced: 2025-07-14T05:28:44.323Z (3 months ago)
- Language: Jupyter Notebook
- Size: 19.4 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Amherst Police Department Data
Extracting useful information from data from the Amherst, MA police department.
We try to understand how:
* How police response changes based on race and gender of suspects.
* Where, geographically, police spend most of their time.
* How these have changed over time.Inspired by the Justice Department's report on the Baltimore Police Department.
## Playing
```bash
docker run -p 8888:8888 -v $(pwd):/home/jovyan/work jupyter/scipy-notebook
```## Data
All data form the Amherst PD records department, big thanks to them for being
so helpful.Currently just looking at summary stats of gender, race, by year.
Haven't analyzed PDF arrest logs yet. Hoping to get them in an easier format.