UK Crime Incidents, February 2017

Individual crime and anti-social behaviour (ASB) incidents in England, Wales, and Northern Ireland in February 2017

Data published by the Home Office and provided by the 43 geographic police forces in England and Wales, the British Transport Police, the Police Service of Northern Ireland and the Ministry of Justice. Includes crimes such as bicycle theft, burglary, criminal damage and arson, weapons possession, public disorder, shoplifting, robbery, vehicle, crime, and more.

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["UK Crime Incidents, February 2017"]
Out[1]=

View the data:

In[2]:=
ResourceData["UK Crime Incidents, February 2017"]
Out[2]=

Visualization

Plot the density of incidents of bicycle theft:

In[3]:=
GeoHistogram[
 ResourceData["UK Crime Incidents, February 2017"][
   Select[#CrimeType == "Bicycle theft" &]][All, "Position"], 30]
Out[3]=

Analysis

List crime types in the dataset:

In[4]:=
Normal[Union[
  ResourceData["UK Crime Incidents, February 2017"][All, "CrimeType"]]]
Out[4]=

Show the frequency of different types of crime within the City of London:

In[5]:=
Sort[Length /@ GroupBy[ResourceData["UK Crime Incidents, February 2017"][
    Select[#FallsWithin == "City of London Police" &]], "CrimeType"]]
Out[5]=

Wolfram Research, "UK Crime Incidents, February 2017" from the Wolfram Data Repository (2017)   https://doi.org/10.24097/wolfram.98070.data

Data Resource History

Source Metadata

Publisher Information