Udacity Data Scientists Nanodegree - Project Blog Post
For this project I picked a Seattle AirBnb dataset to better understand:
- What is the average price per months and days of the week?
- Which neighborhood is the most expensive one?
- What property types are most popular?
Data: The following Airbnb activity is included in this Seattle dataset:
- Listings, including full descriptions and average review score
- Reviews, including unique id for each reviewer and detailed comments
- Calendar, including listing id and the price and availability for that day
Code:
- seattle_airbnb_analysis.ipynb
- Pandas
- Numpy
- Matplotlib
- Seaborn
The results of the analysis can be found in a blog post here
The used AirBnB data set is published along with the licensing terms on Kaggle