An open API service indexing awesome lists of open source software.

https://github.com/foxriver76/airbnb_analysis

Analysis of AirBnb data of Boston and Seattle
https://github.com/foxriver76/airbnb_analysis

airbnb jupyter udacity

Last synced: 7 months ago
JSON representation

Analysis of AirBnb data of Boston and Seattle

Awesome Lists containing this project

README

          

# AirBnB Analysis
### Table of Contents

1. [Installation](#installation)
2. [Project Motivation](#motivation)
3. [File Descriptions](#files)
4. [Results](#results)
5. [Licensing, Authors, and Acknowledgements](#licensing)

## Installation

There should be no necessary libraries to run the code here beyond the 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 the AirBnb data of Boston and Seattle to better understand:

1. At which time are the AirBnbs most busy?
2. Is the price higher in busy months?
3. Does a more expensive AirBnb lead to better reviews?

Datasets are available in this repository in the `data` folder.

## File Descriptions

The `analyze` notebook is, the only file needed. The data is read inside the notebook and analysis of all 3 questions is done in there.

## Results
You can find the results on [IoT Blog](https://iot-blog.net/2022/10/18/get-the-most-out-of-your-money-on-airbnb/)

## Licensing, Authors, Acknowledgements

The dataset is obtained from Kaggle [Boston](https://www.kaggle.com/datasets/airbnb/boston) and [Seattle](https://www.kaggle.com/datasets/airbnb/seattle). Thanks to AirBnb for providing the data.