Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 699 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 699 Bytes

Philly Police Complaints

NOTE: This project was eventually adapted into an article for The Pudding, which lives here: https://pudding.cool/2020/10/police-misconduct/

Using Philly Open Data Portal Data to examine what happens after a complaint is filed against Philly PD/match with census data. The scroller visual presents some key findings and then allows the user to explore the data on their own.

Original project lives here: http://philly-police-complaints.herokuapp.com/

This project used:

  • Python to process/analyze the data, including sklearn/statsmodels libraries for analysis
  • Flask to serve web content
  • D3.js for visualizations
  • General HTML/CSS/Javascript/jQuery for front-end