/dui_rate_vs_transit

Exploratory data analysis comparing rate of DUI arrests on Los Angeles freeway segments with and without transit alternatives.

Primary LanguageHTML

Exploratory Data Analysis looking at the rate of DUI arrests along 6 freeway segments in Los Angeles. Completed as part of General Assembly Python Programming Course.

To view the notebook online visit:

https://jrhutson.github.io/dui_rate_vs_transit/

If downloading the Repo to view the notebook locally, you will have to download datasets that were too large for Github from the City of Los Angeles and Los Angeles County open data portals.

LA County Data:

(Once Downloaded, place in datasets/CountyOfLA/ folder)

https://data.lacounty.gov/Public-Safety/LASD-Officer-Contacts-Incident-Details/mwug-nk2r

(Filename should match "LASD_Officer_Contacts_-_Incident_Details.csv" to work with existing code.)

https://data.lacounty.gov/Public-Safety/LASD-Officer-Contacts-Person-Details/wraf-ix3i

(Filename should match "LASD_Officer_Contacts_-_Person_Details.csv" to work with existing code.)

City of Los Angeles Data:

(Once Downloaded, place in datasets/CityOfLA/ folder)

https://data.lacity.org/resource/yru6-6re4.json

(Filename should match "Arrest_Data_from_2010_to_Present.csv" to work with existing code)