London UK Airbnb Open Data
Airbnb listings and metrics in London UK 2022
@kaggle.whenamancodes_london_uk_airbnb_open_data
Airbnb listings and metrics in London UK 2022
@kaggle.whenamancodes_london_uk_airbnb_open_data
Since 2008, guests and hosts have used Airbnb to expand on traveling possibilities and present more unique, personalized way of experiencing the world. This dataset describes the listing activity and metrics in London UK in 2022.
This public dataset is part of Airbnb, and the original source can be found Here
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
);
Anyone who has the link will be able to view this.