Baselight

Inside AirBnB - Belgium

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

@kaggle.konradb_inside_airbnb_belgium

Listings
@kaggle.konradb_inside_airbnb_belgium.listings

  • 171.96 KB
  • 2441 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

50904aplace/antwerp: cosy suite - fashion district234077KarinHistorisch Centrum51.2185754.398631Hotel room17923Sun May 15 2022 00:00:00 GMT+0000 (Coordinated Universal Time)0.0342371
116134Spacious apartment nearby Mas586942GinaEilandje51.230514.40593Entire home/apt1802147Sun Feb 26 2023 00:00:00 GMT+0000 (Coordinated Universal Time)1.091925
224682APARTMENT ROSCAM - OLD CENTRE ANTWERP1263933KristienSint-Andries51.217224.3979Entire home/apt1252471Tue Mar 14 2023 00:00:00 GMT+0000 (Coordinated Universal Time)3.48131095
345959Marleen's home in Antwerp city1754396MarleenMarkgrave51.199354.40154Entire home/apt65384Sun Dec 18 2022 00:00:00 GMT+0000 (Coordinated Universal Time)0.63127213
366252ROOM IN FAMILY HOME near C. Station1820186GodelieveBorgerhout Intra Muros Noord51.216014.43432Private room391135Sun Mar 19 2023 00:00:00 GMT+0000 (Coordinated Universal Time)1.01434822
522693Ahome Awayfromhome2562294AhomeHistorisch Centrum51.220014.39813Entire home/apt28222Fri Oct 27 2017 00:00:00 GMT+0000 (Coordinated Universal Time)0.021365
603545*Perfect* for a Longer Stay | Trendy | City center2987880CédricHarmonie51.207534.40589Entire home/apt100227Fri Mar 10 2023 00:00:00 GMT+0000 (Coordinated Universal Time)0.2213462
636664sunny rooftop apartment, sleeps 2-5462975ElsBorgerhout Intra Muros Zuid51.216184.43037Entire home/apt1302111Mon Mar 06 2023 00:00:00 GMT+0000 (Coordinated Universal Time)0.86134315
772842Loft style designers place with beautiful views4050173DaisyLinkeroever51.217754.38434Entire home/apt148275Sun Mar 12 2023 00:00:00 GMT+0000 (Coordinated Universal Time)0.612695
778043cosy & beautiful apartment Antwerp1735092Marc & ElizabethStadspark51.203994.41249Entire home/apt84281Fri Sep 09 2022 00:00:00 GMT+0000 (Coordinated Universal Time)0.6512444

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.