Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrape crime data #1

Open
seanjtaylor opened this issue Jan 13, 2017 · 5 comments
Open

Scrape crime data #1

seanjtaylor opened this issue Jan 13, 2017 · 5 comments

Comments

@seanjtaylor
Copy link
Collaborator

We need the data to have the following fields:

  • city
  • crime category
  • date
  • count of unique incidents

We can work down the list of MSAs by population: https://en.wikipedia.org/wiki/List_of_Metropolitan_Statistical_Areas

New York: http://www.nyc.gov/html/nypd/html/analysis_and_planning/historical_nyc_crime_data.shtml

Los Angeles: No clear source.

Chicago: https://data.cityofchicago.org/Public-Safety/Crimes-2001-to-present/ijzp-q8t2/data

@seanjtaylor
Copy link
Collaborator Author

Louisville, KY - https://data.louisvilleky.gov/dataset/crime-data

@bstarling
Copy link

bstarling commented Jan 13, 2017

Sources look like files/one-time downloads with a data cleaning exercise vs web scraping. Is that accurate?

@nix-bohon
Copy link

@jasdumas
Copy link
Contributor

Hartford, CT (MSA 47 in the list):
https://data.hartford.gov/Public-Safety/Police-Incidents-01012005-to-Current/889t-nwfu
In a previous dashboarding project I pulled this crime data and formatted its fields that match the above requirements! The code is available here: https://github.com/jasdumas/hartford-police

Totally up for helping out anyone else who needs it!

@alexmansourati
Copy link

Chicago has an API for their crime data! https://data.cityofchicago.org/Public-Safety/Crimes-2001-to-present/ijzp-q8t2/data

seanjtaylor pushed a commit that referenced this issue Feb 8, 2017
seanjtaylor pushed a commit that referenced this issue Apr 1, 2017
Moved around the data, wrote a basic dictionary.
devinaconley pushed a commit that referenced this issue Aug 2, 2017
Adding prev commits to my fork
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants