Airbnb Data
Exploring Global Hospitality: A Comprehensive Dataset of Airbnb Listings
@kaggle.lovishbansal123_airbnb_data
Exploring Global Hospitality: A Comprehensive Dataset of Airbnb Listings
@kaggle.lovishbansal123_airbnb_data
CREATE TABLE airbnb_data (
"id" BIGINT,
"log_price" DOUBLE,
"property_type" VARCHAR,
"room_type" VARCHAR,
"amenities" VARCHAR,
"accommodates" BIGINT,
"bathrooms" DOUBLE,
"bed_type" VARCHAR,
"cancellation_policy" VARCHAR,
"cleaning_fee" BOOLEAN,
"city" VARCHAR,
"description" VARCHAR,
"first_review" TIMESTAMP,
"host_has_profile_pic" VARCHAR,
"host_identity_verified" VARCHAR,
"host_response_rate" VARCHAR,
"host_since" TIMESTAMP,
"instant_bookable" VARCHAR,
"last_review" TIMESTAMP,
"latitude" DOUBLE,
"longitude" DOUBLE,
"name" VARCHAR,
"neighbourhood" VARCHAR,
"number_of_reviews" BIGINT,
"review_scores_rating" DOUBLE,
"thumbnail_url" VARCHAR,
"zipcode" VARCHAR,
"bedrooms" DOUBLE,
"beds" DOUBLE
);
Anyone who has the link will be able to view this.