AirBnB Neighborhoods Overview Udacity Data Scientist Nanodegree Project.
This code runs with Python version 3. Libraries needed for running the code are:
- scikit Learn
- collections
- pandas
- matplotlib
- seaborn
You will also need to download Airbnb's boston listing dataset and put in specific folders. You can find the data to download from the link below.
https://www.kaggle.com/airbnb/boston
The reason for analyzing this dataset was to answer the following questions:
- Which neighborhoods in the city of Boston have the highest number of listings in the city of Boston?
- Which neighborhoods are rated the highest for their location in the city of Boston?
- Which vibe qualities are positively negatively correlated with higher review scores location?
airbnb_review_analysis.ipynb: Notebook containing the data analysis.
listings_boston.csv: Dataset with the Airbnb listings in the city of Boston
Please find the main results in the following Medium post:
Must give credit to Airbnb for the data.