The code was tested using Python version 3.9. For other necessary libraries please use requirements.txt
pip install -r requirements.txt
For this project, it was of interest to investigate Seattle Airbn data and to better understand:
- How does the type of the property influenced the price ?
- How does the neighborhood have impact on price ?
- How well can we predict the price for premisses?
There is one notebook available here to explore and analyse the questions above. The notebook contains all necessary information about the dataset, approaches as well as visualization and analysis to better follow up the results.
Since this analysis is limited to price, only listings.csv will be taken into consideration. The Data Set rights belongs to Airbnb and could be downloaded here
The main findings of the code can be found at the post available here.
Must give credit to Airbnb. You can find the Licensing for the data and more useful information at Airbnb here or at the Kaggle here. Great thanks to Udacity for their contribution during the process.