Udacity project code with Boston airbnb activity dataset analysis (available on kaggle).
- run command "jupyter lab" on root folder
- project composed by boston and seattle folders with dataset (only boston is used until last git update)
- images where generated by code previously, and can be updated with corresponding cell execution
- create an virtual environment, to avoid local packages conflicts
- fell free to fork and update!
Pandas, Numpy, Seaborn, Sklearn, matplotlib, wordcloud
- geoghraphical plot
- word cloud about users comments
- weekly day service usage bar plot
- predicting price using linear regression
Project entirely made with python