Add Districts & Points
If you haven't already, add the Chicago neighborhoods polygon districts to your map:
Also make sure the crime data is added:
Note: Confirm the Coordinate Reference System (CRS) of the two layers are a match. If CRS are not a match, spatial join would be impossible.
Look at the attribute table for the crimes data. You should see a field called crimeType containing a categorization of the crime into one of several defined types.
Crimes Count per District (in polygon)
To determine the number of crimes in each neighborhood, we'll spatial join the crimes count (in points) to the district layer (in polygon).
The joined layer attribute table should populate the count field as shown below,
The joined layer should be as shown below,
NOTE:
In the next section, you'll determine narcotics count.