JC-B / ds-skills2-311-api-nyc-ds-skills-112618

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NYC 311 API

You've gotten a chance to explore API basics through the Yelp API. In preparation for your final project, we will investigate another API from scratch. This should provide you with another familiar dataq option as well as practice for applying the same process to new unfamiliar APIs.

To start, go over to the API documentation at:

https://dev.socrata.com/foundry/data.cityofnewyork.us/fhrw-4uyv

Make an initial API call to retrieve 311 complaints from a neighborhood or zip code of your choice.

# Your code here

Briefly Explore the Structure of the Response You Received.

#Your code here

Create a Pandas DataFrame of the Data From the Response

#Your code here

Create a Histogram of the Complaint Types From Your Dataset

# Your code here 

About

License:Other


Languages

Language:Jupyter Notebook 100.0%