Giter Club home page Giter Club logo

airbnb_dataanalysis's Introduction

Table of Contents

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

Installation

You will need the standard data science libraries found in the Anaconda distribution of Python. The code should run with no issues using Python versions 3.*.

You will also want to download nltk - directions for this can be found in the text processing portion of the workbook.

Project Motivation

For this project, I was interestested in analyzing data from AirBnB homes located in Seattle and Boston. Specifically, I looked at the following questions:

  1. How much do people charge to rent their homes (on average, minimum, maximum)? How does this compare from Boston to Seattle?
  2. How many days a year do homeowners make their homes available to rent? How does this compare from Boston to Seattle?
  3. Are there seasonality components or price spiking components for how hosts set their home prices? How does this compare from Boston to Seattle?
  4. How many reviews do homes tend to get? How does this compare from Boston to Seattle?
  5. What are the most common words used to describe a listing? Are the same words used for Seattle and Boston homes?

File Descriptions

The following are the files available in this repository:

  • AirBnB_Project_1_Analysis.ipynb - a notebook of the analysis performed following the CRISP-DM process

  • calendar.csv and calendar_boston.csv - csvs containing home_id, date, availability, and price for each home

  • listings.csv and listings_boston.csv - these were not used for this particular analysis, but they were available from the original kaggle link

  • reviews.csv and reviews_boston.csv - csvs containing the home_id, date of review, reviewer_id, reviewer_name, and reviewer comments for the reviewed stays.

It is worth noting here that the reviews and calendar files did not have overlapping dates, and there were no numeric values associated with reviews.

Results

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

Licensing, Authors, Acknowledgements

Must give credit to AirBnB and Kaggle for the data. You can find the Licensing for the data and other descriptive information for the Boston data on Kaggle and for the Seattle data.

airbnb_dataanalysis's People

Contributors

jjrunner avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.