Baselight

Inside AirBnB - Netherlands

Data and advocacy about Airbnb's impact on residential communities.

@kaggle.konradb_inside_airbnb_netherlands

Listings
@kaggle.konradb_inside_airbnb_netherlands.listings

  • 594.37 KB
  • 6998 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

2818Quiet Garden View Room & Super Fast Wi-Fi3159DanielOostelijk Havengebied - Indische Buurt52.364354.94358Private room693322Tue Feb 28 2023 00:00:00 GMT+0000 (Coordinated Universal Time)1.9144370363 5F3A 5684 6750 D14D
20168Studio with private bathroom in the centre 159484AlexanderCentrum-Oost52.364074.89393Private room1061339Thu Apr 09 2020 00:00:00 GMT+0000 (Coordinated Universal Time)2.1420363 CBB3 2C10 0C2A 1E29
27886Romantic, stylish B&B houseboat in canal district97647FlipCentrum-West52.387614.89188Private room1433248Sun Feb 26 2023 00:00:00 GMT+0000 (Coordinated Universal Time)1.82114200363 974D 4986 7411 88D8
28871Comfortable double room124245EdwinCentrum-West52.367754.89092Private room762476Tue Feb 28 2023 00:00:00 GMT+0000 (Coordinated Universal Time)3.12279970363 607B EA74 0BD8 2F6F
29051Comfortable single room124245EdwinCentrum-Oost52.365844.89111Private room562618Fri Mar 03 2023 00:00:00 GMT+0000 (Coordinated Universal Time)4.23269850363 607B EA74 0BD8 2F6F
44391Quiet 2-bedroom Amsterdam city centre apartment194779JanCentrum-Oost52.371684.91471Entire home/apt240344Sat Aug 20 2022 00:00:00 GMT+0000 (Coordinated Universal Time)0.29130363 E76E F06A C1DD 172C
311124*historic centre* *bright* *canal view* *jordaan*1600010Anke & RobertCentrum-West52.371044.87713Entire home/apt325587Sun Jan 01 2023 00:00:00 GMT+0000 (Coordinated Universal Time)0.66134630363 59D8 7D30 6CFA DC81
49552Multatuli Luxury Guest Suite in top location225987Joanna & MPCentrum-West52.380284.89089Entire home/apt2573462Thu Feb 23 2023 00:00:00 GMT+0000 (Coordinated Universal Time)3.071134640363 576A D827 5085 6B83
729260Great location modern apartment3788198MartinCentrum-West52.380794.88536Entire home/apt2002109Mon Aug 30 2021 00:00:00 GMT+0000 (Coordinated Universal Time)0.8711020363 F6EF 50E3 40EB 1CFB
50263Cent Adam Lux 2bed(4p) apt 125 sqm230246DonaldCentrum-Oost52.371184.93146Entire home/apt3954163Tue May 03 2016 00:00:00 GMT+0000 (Coordinated Universal Time)1.0813410363 7F3D 0BAE 28C8 C7D2

CREATE TABLE listings (
  "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.