There should be no necessary libraries to run the code here beyond the Anaconda distribution of Python. The code should run with no issues using Python versions 3.*.
In this project, I was comparing the Airbnb listing prices in Seattle and Boston focusing on the following questions:
- What is the general listing price range on Airbnb?
- What is the spatial distribution look like for Airbnb properties with high listing prices?
- Which type of property usually have higher listing prices?
- What are the most important factors associated with listing price?
The full set of files related to this course are available on Kaggle and Inside Airbnb, the data used is also included in the data folder .
There are 3 major datasets in each city: listing, calendar and review. This analysis mainly used the listings datasets.
The main graphics that shows the findings of the code can be found in the images folder. A blog post is also available here to explain the results in a non-techincal way.
Must give credit to Inside Airbnb and Kaggle for the data. You can find the Licensing for the data and other descriptive information at the Kaggle link available for Seattle and for Boston.