Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.57 KB

README.MD

File metadata and controls

30 lines (23 loc) · 1.57 KB

This project explores the Oslo listing market using Airbnb data.

1. airbnb_oslo.ipynb

Jupyter Notebook including data wrangling, visualization, and text analysis to answer the following questions.

  • Has there been growth in Oslo rental market over the years?
  • When should people visit Oslo? When is the most popular month of year and how is the availability, and the price?
  • Where should people stay in Oslo? Can I say something about location, price, availability, and atmosphere of different neighborhood?

2. Data

Description

  • reviews.csv: Summary Review data and Listing ID (to facilitate time based analytics and visualisations linked to a listing)
  • calendar.csv: Detailed Calendar data for listings in Oslo
  • listings.csv: Detailed Listings data for Oslo

Please download the data sets locally first using below links.

Datasets used in the projects were scraped 28 September 2019

3. Article about the project

4. References and Inspiration