Plotting New York Airbnb listings

Hard

Can you use this map and this dataset to plot Airbnb listings across New York City by price?

The dataset include the following fields:

  • id: id of the listing
  • name: Name of listing
  • host_id: ID of the host
  • host_name: Name of the host
  • neighbourhood_group: general location of listing
  • neighbourhood: granular location of listing
  • latitude: latitude coordinates of listing
  • longitude: longitude coordinates of listing
  • room_type: type of room for the listing
  • price: price per night for listing
  • minimum_nights: minimum nights required to stay
  • number_of_reviews: number of reviews
  • last_review: date of last review
  • reviews_per_month: number of reviews per month
  • calculated_host_listings_count: number of listings under the host...

Sign in to InterviewQs to view this question

Or

New to InterviewQs? Sign up now.

By proceeding, you agree to our Terms and Conditions and Privacy Policy.

Loading editor...