Baselight

London UK Airbnb Open Data

Airbnb listings and metrics in London UK 2022

@kaggle.whenamancodes_london_uk_airbnb_open_data

Listingss
@kaggle.whenamancodes_london_uk_airbnb_open_data.listingss

  • 3.97 MB
  • 69351 rows
  • 18 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

number_of_reviews_ltm

Number Of Reviews Ltm

license

License

106332Lovely large room, Bethnal Green264345SusieTower Hamlets51.52874-0.05396Private room55365Fri Jun 10 2016 00:00:00 GMT+0000 (Coordinated Universal Time)0.47174
13913Holiday London DB Room Let-on going54730AlinaIslington51.56861-0.1127Private room50130Fri Jul 15 2022 00:00:00 GMT+0000 (Coordinated Universal Time)0.223439
284532COSY STUDIO-FLAT WITH A GREAT VIEW1481412LucaTower Hamlets51.52851-0.07426Entire home/apt90542Tue Jan 04 2022 00:00:00 GMT+0000 (Coordinated Universal Time)0.3412221
107048A Luxury Studio Suite in Clerkenwell259088SimonIslington51.52478-0.10484Private room1804493Fri Sep 02 2022 00:00:00 GMT+0000 (Coordinated Universal Time)3.59523620
284603Notting Hill church stay in Heaven!1481851TaniaKensington and Chelsea51.51464-0.20004Entire home/apt297146Mon Jul 04 2022 00:00:00 GMT+0000 (Coordinated Universal Time)0.0511802
15400Bright Chelsea Apartment. Chelsea!60302PhilippaKensington and Chelsea51.4878-0.16813Entire home/apt75389Mon Mar 16 2020 00:00:00 GMT+0000 (Coordinated Universal Time)0.57170
107051JESSIE the narrowboat in Little Venice554519MegWestminster51.52055-0.18317Entire home/apt2042581Fri Sep 02 2022 00:00:00 GMT+0000 (Coordinated Universal Time)4.26119366
17402Superb 3-Bed/2 Bath & Wifi: Trendy W167564LizWestminster51.52195-0.14094Entire home/apt379451Tue Sep 06 2022 00:00:00 GMT+0000 (Coordinated Universal Time)0.3652498
286675APARTMENT IN NORTH WEST LONDON1491611NoraHarrow51.57982-0.37539Entire home/apt903104Mon Aug 22 2022 00:00:00 GMT+0000 (Coordinated Universal Time)0.8613184
116268DOUBLE ROOM NEAR CENTRAL LONDON586671JoeEnfield51.61137-0.11888Private room30732Thu Sep 08 2022 00:00:00 GMT+0000 (Coordinated Universal Time)0.2912514

CREATE TABLE listingss (
  "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,
  "number_of_reviews_ltm" BIGINT,
  "license" VARCHAR
);

Share link

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