Class 3 in-class exercise#
Step 0#
Load the requests per capita dataset from https://storage.googleapis.com/python-public-policy2/data/311_community_districts.csv.zip.
# your code here
Step 1#
Make a histogram of the requests per capita.
# your code here