This repository represents a Jupyter notebook and associated data files for analyzing crime incident data in San Francisco and Seattle using the R language.
- The San Francisco data is a subset from the San Francisco Data Portal (Full incident dataset)
- The Seattle data is a subset from the Seattle Data Portal (Full incident dataset)
The San Francisco data was filtered with following criteria:
category="Vehicle Theft", start=6/1/2014 and end=8/31/2014.
The Seattle data was filtered with following criteria:
Summarized.Offense.Description == "VEHICLE THEFT", start=6/1/2014 and end=8/31/2014.
Click on VehicleTheft.ipynb file to view the rendered notebook.