/seattle-airbnb

Primary LanguageJupyter Notebook

Table of Contents

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

Installation

Most of the necessary libraries are contained in the Anaconda distribution. Installing geopandas may be necessary.

conda install --channel conda-forge geopandas

Project Motivation

For this project, I was interestested in using Seattle Airbnb data to understand the correlation between prices and review scores:

  1. Does one good category review means all categories have good reviews or vice versa?
  2. How are Airbnbs distributed over Seattle according to price
  3. Does higher prices mean better user experience

File Descriptions

There is only one notebook for analysis that compile all the plots and observations needed to answer the questions above

Results

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

Licensing, Authors, Acknowledgements

The dataset can be found here: https://www.kaggle.com/datasets/airbnb/seattle

CC0-1.0

License: CC0-1.0