Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 979 Bytes

File metadata and controls

14 lines (9 loc) · 979 Bytes

DataAnalytics

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 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.