wsr13990 / airbnb_seattle_boston_2016

Analysis of Airbnb Data Boston & Seattle 2016

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table of Contents

  1. Installation
  2. Project Motivation
  3. File Descriptions
  4. Results
  5. Licensing, Authors, and Acknowledgements

Installation

Necessary libary for this notebook are:

  1. Plotly (for interactive visualization )
  2. Sweetviz (for EDA & data sanity check)

Other than libraries mentioned above, it should be covered with Anaconda distribution of Python. The code should run with no issues using Python versions 3.*.

Project Motivation

For this project, I was interestested in using Airbnb in Seattle & Boston to better understand:

  1. How is price in Seattle compared to to Boston?
  2. What is the dominant type of accommodation in each city, and how is it priced?
  3. Is higher customer satisfaction due to cheaper price, if not what foctor correlate with it?
  4. Is there any difference between Superhost and Non-Superhost for in term of price and rating?

Full detail of analysis can be found in Airbnb.ipynb

File Descriptions

There are 1 notebooks in html & ipynb format, and 3 EDA html output form smartviz available here to showcase work related to the above questions. The notebooks is exploratory in searching through the data pertaining to the questions showcased by the notebook title. Markdown cells were used to assist in walking through the thought process for individual steps. Three html from EDA process using sweetviz (listing, calendar & review) file from airbnb dataset.

Results

The main findings of the code can be found at the post available here.

Licensing, Authors, Acknowledgements

Credit to Airbnb & Kaggle for providing following data:

  1. https://www.kaggle.com/datasets/airbnb/seattle
  2. https://www.kaggle.com/datasets/airbnb/boston

About

Analysis of Airbnb Data Boston & Seattle 2016


Languages

Language:HTML 61.0%Language:Jupyter Notebook 39.0%