Baselight

Melbourne Airbnb Open Data

Detailed and summarized data of Airbnb activity in Melbourne, VIC, Australia

@kaggle.tylerx_melbourne_airbnb_open_data

Listings Summary Dec18
@kaggle.tylerx_melbourne_airbnb_open_data.listings_summary_dec18

  • 1.52 MB
  • 22895 rows
  • 16 columns
id

Id

name

Name

host_id

Host Id

host_name

Host Name

neighbourhood_group

Neighbourhood Group

neighbourhood

Neighbourhood

latitude

Latitude

longitude

Longitude

room_type

Room Type

price

Price

minimum_nights

Minimum Nights

number_of_reviews

Number Of Reviews

last_review

Last Review

reviews_per_month

Reviews Per Month

calculated_host_listings_count

Calculated Host Listings Count

availability_365

Availability 365

9835Beautiful Room & House33057ManjuManningham-37.77268392793162145.09213284673402Private room6014Sat Sep 12 2015 00:00:00 GMT+0000 (Coordinated Universal Time)0.041365
10803Room in Cool Deco Apartment in Brunswick38901LindsayMoreland-37.76650511833534144.98073609952365Private room353108Mon Nov 26 2018 00:00:00 GMT+0000 (Coordinated Universal Time)1.51213
12936St Kilda 1BR APT+BEACHSIDE+VIEWS+PARKING+WIFI+AC50121Frank & VincePort Phillip-37.859755022252834144.9773691312915Entire home/apt159315Wed Nov 07 2018 00:00:00 GMT+0000 (Coordinated Universal Time)0.1517326
15246Large private room-close to city59786EleniDarebin-37.758970717393446144.98922790666975Private room50229Mon May 15 2017 00:00:00 GMT+0000 (Coordinated Universal Time)0.33
16760Melbourne BnB near City & Sports65090ColinPort Phillip-37.8645303049528144.9922379283506Private room69163Thu Nov 22 2018 00:00:00 GMT+0000 (Coordinated Universal Time)0.741328
38271Melbourne - Old Trafford Apartment164193DarylCasey-38.05725413934634145.33935613079854Entire home/apt981112Sat Dec 01 2018 00:00:00 GMT+0000 (Coordinated Universal Time)1.141328
41836CLOSE TO CITY & MELBOURNE AIRPORT182833DianaDarebin-37.69729418080277145.00081557170424Private room507159Wed Aug 22 2018 00:00:00 GMT+0000 (Coordinated Universal Time)1.623
43414Home In The City189682BelindaMelbourne-37.8102672330311144.98591997042834Private room10013Mon Nov 05 2018 00:00:00 GMT+0000 (Coordinated Universal Time)0.29111
43429Tranquil Javanese-Style Apartment in Oakleigh East189684AllanMonash-37.89960099646283145.1144745408343Entire home/apt982168Mon Dec 03 2018 00:00:00 GMT+0000 (Coordinated Universal Time)1.721310
44082Queen Room in Beautiful House193031VickiFrankston-38.14932045433776145.14156886702006Private room60328Sat Oct 13 2018 00:00:00 GMT+0000 (Coordinated Universal Time)0.295310

CREATE TABLE listings_summary_dec18 (
  "id" BIGINT,
  "name" VARCHAR,
  "host_id" BIGINT,
  "host_name" VARCHAR,
  "neighbourhood_group" VARCHAR,
  "neighbourhood" VARCHAR,
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "room_type" VARCHAR,
  "price" BIGINT,
  "minimum_nights" BIGINT,
  "number_of_reviews" BIGINT,
  "last_review" TIMESTAMP,
  "reviews_per_month" DOUBLE,
  "calculated_host_listings_count" BIGINT,
  "availability_365" BIGINT
);

Share link

Anyone who has the link will be able to view this.