Urbana Police Incidents

Urbana Police incidents since 1988

Originator: City of Urbana

Police incidents since 1988. Dates before that are incomplete - and could be data entry errors. Some addresses will not appear on maps because streets no longer exist or are not recognized by the mapping databases.

Examples

Basic Examples

Retrieve the dataset:

In[1]:=
ResourceData["Urbana Police Incidents"]
Out[1]=

Create a BarChart of disorderly conduct reports by hour:

In[2]:=
Module[{byhour = Sort[Normal[
     Tally[First@First@# & /@ DeleteMissing[
        ResourceData["Urbana Police Incidents"][
          Select[#CrimeCategoryDescription === "Disorderly Conduct" &]][All, "TimeReported"]]]]]}, BarChart[Last /@ byhour, ChartLabels -> First /@ byhour]]
Out[2]=

Generate a PieChart of the 10 most common crimes at motels & hotels:

In[3]:=
With[{data = TakeLargest[
    Counts[ResourceData["Urbana Police Incidents"][
       Select[#PlaceCodeDescription === "MOTEL/HOTEL" &]][[All, "CrimeCategoryDescription"]]], 10]},
 PieChart[data, ChartLegends -> Normal@Keys@data]]
Out[3]=

Wolfram Research, "Urbana Police Incidents" from the Wolfram Data Repository (2018)  

Data Resource History

Source Metadata

Publisher Information