Skip to content

learn-co-students/ds-skills-311-api-london-ds-100218

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published