/Airbnb_Boston_medium

This is my first Data Science Nanodegree program project

Primary LanguageJupyter Notebook

Airbnb_Boston_medium

This is my first Data Science Nanodegree program project

Table of contents

  1. Installation.
  2. Project motivation.
  3. Description of the file.
  4. Results of the project.
  5. Licensing, Authors, Acknowledgements.

Installation

You need to install the following libraries,

  1. Numpy
  2. Pandas
  3. Seaborn
  4. matplotlib
  5. kepler-gl

The first four libraries are already installed in Anaconda distribution of Python. The installation guide for kepler-gl is given here

Project Motivation

My primary motivations for studying the Airbnb Boston dataset are given below,

  • What areas of Boston have the most and the least number of listings ?
  • What areas of Boston are the costliest areas to stay ?
  • What sets apart a super host from a normal host ?
  • How the number of booked listing varies in the time of the year ?

Description of the file

Final_Airbnb_Boston_Project.ipynb : This jupyter notebook file contains the code from which I have analyzed and produced the results, which are discussed in the Blogpost

Readme.md : description of the repository

The files listings.csv,calendar.csv and reviews.csv are required Airbnb Boston datasets for running the Final_Airbnb_Boston_Project.ipynb file

Results of the project

The results of the project are discussed here.

Licensing, Authors, Acknowledgements

Must give credit to Airbnb for the data. You can find the Licensing for the data and other descriptive information at the Kaggle link available here.