Airbnb Amsterdam Dataset
Dataset of Airbnb Amsterdam
@kaggle.laibaanwer_airbnb_amsterdam_dataset
Dataset of Airbnb Amsterdam
@kaggle.laibaanwer_airbnb_amsterdam_dataset
CREATE TABLE listingsair (
"id" BIGINT,
"last_scraped" TIMESTAMP,
"host_id" BIGINT,
"host_since" TIMESTAMP,
"host_response_time" VARCHAR,
"host_is_superhost" VARCHAR,
"host_listings_count" BIGINT,
"host_total_listings_count" BIGINT,
"host_identity_verified" VARCHAR,
"neighbourhood_cleansed" VARCHAR,
"property_type" VARCHAR,
"room_type" VARCHAR,
"accommodates" BIGINT,
"bathrooms_text" VARCHAR,
"bedrooms" DOUBLE,
"beds" DOUBLE,
"amenities" VARCHAR,
"price" DOUBLE,
"minimum_nights" BIGINT,
"maximum_nights" BIGINT,
"minimum_minimum_nights" DOUBLE,
"maximum_minimum_nights" DOUBLE,
"minimum_maximum_nights" DOUBLE,
"maximum_maximum_nights" DOUBLE,
"minimum_nights_avg_ntm" DOUBLE,
"maximum_nights_avg_ntm" DOUBLE,
"has_availability" VARCHAR,
"availability_30" BIGINT,
"availability_60" BIGINT,
"availability_90" BIGINT,
"availability_365" BIGINT,
"number_of_reviews" BIGINT,
"number_of_reviews_ltm" BIGINT,
"number_of_reviews_l30d" BIGINT,
"first_review" TIMESTAMP,
"last_review" TIMESTAMP,
"review_scores_rating" DOUBLE,
"review_scores_value" DOUBLE,
"instant_bookable" VARCHAR,
"calculated_host_listings_count" BIGINT,
"calculated_host_listings_count_entire_homes" BIGINT,
"calculated_host_listings_count_private_rooms" BIGINT,
"calculated_host_listings_count_shared_rooms" BIGINT,
"reviews_per_month" DOUBLE
);
Anyone who has the link will be able to view this.