Java Python Homework 1 — Python Coding for Public Policy
Homework 1
Contents
Coding: Exploring Trends in How People Submit 311 Requests
Tutorials
Participation
General assignment information
Coding: Exploring Trends in How People Submit 311 Requests
Use this zipped copy of the cleaned data created in the lecture to complete the homework.
Read it in from:
https://storage.googleapis.com/python-public-policy2/data/311_requests_2018-19_sample_clean.csv.zip
You will get a DtypeWarning - donʼt worry about that for now.
# your code here
Step 0
Which complaint submission method ( Open Data Channel Type ) is used most frequently, according to this dataset? Provide the count of each for comparison.
# your code here
Step 1
Get the count of each submission method per c