1. Learn
  2. /
  3. Courses
  4. /
  5. Analyzing Police Activity with pandas

Exercise

Plotting violations by district

Now that you've created a frequency table focused on the "K" zones, you'll visualize the data to help you compare what violations are being caught in each zone.

First you'll create a bar plot, which is an appropriate plot type since you're comparing categorical data. Then you'll create a stacked bar plot in order to get a slightly different look at the data. Which plot do you find to be more insightful?

Instructions 1/2

undefined XP
    1
    2
  • Create a bar plot of k_zones.
  • Display the plot and examine it. What do you notice about each of the zones?