/airbnb_nyc_analysis

Analysis for Airbnb Homebuyers in NYC

Primary LanguageJupyter NotebookMIT LicenseMIT

Home buyer’s guide to Airbnb: NYC

In the interest of exploring the potential for purchasing a condo in NYC, I dug into Airbnb's datasets listings & reviews datasets for the last 4 years (2015-2019) to better understand:

  1. Overall Market (trends, average prices, segments)
  2. Potential Neighborhoods (which neighborhoods is best?)
  3. Configuration (how many bedrooms & bathrooms?)
  4. Rating Categories (which ones matter, how to do well)

This repo contains all the details of the CRISPR-DM analysis performed to generate key insights.

Table of Contents

  1. Installation
  2. File Descriptions
  3. Results
  4. Licensing

Installation

To run the scripts in the Jupyter notebooks, you will only require the Anaconda distribution of Python (v3.0+).

File Descriptions

Notebooks

There are 5 notebooks that comprise this analysis:

  1. Airbnb NYC Data Exploration.ipynb: The bulk of our analysis
  2. Calendar - Booking Rate.ipynb: Data mining to generate the average monthly booking rates for each listing in 2018-2019.
  3. Alternative Models.ipynb: Work to test alternative modelling options (Lasso, Ridge, Decision Trees)
  4. Listings Time Series.ipynb: Time series plot of # of listings (NYC & by region).
  5. Reviews Time Series.ipynb: Time series plot of # of reviews (NYC & by region).

Output

In addition to the above notebooks, there also are a few key data files:

  1. mBookRates.csv: Monthly booking rates by listing, generated by Calendar - Booking Rate.ipynb
  2. model_X.csv: Variables for training & testing.
  3. model_y.csv: Parameters for training & testing.

Results

A blog post that details the results & findings of this code can be found here.

Licensing

Kudos to Inside Airbnb for the incredible data! Other than crediting Inside Airbnb for use of their NYC datasets, feel free to use the code as you like!