Barcelona Airbnb Listings
Understanding Rental Prices and Trends in the City
@kaggle.thedevastator_analysis_of_barcelona_airbnb_listings
Understanding Rental Prices and Trends in the City
@kaggle.thedevastator_analysis_of_barcelona_airbnb_listings
CREATE TABLE barcelona_listings (
"index" BIGINT,
"id" BIGINT,
"listing_url" VARCHAR,
"scrape_id" BIGINT,
"last_scraped" TIMESTAMP,
"name" VARCHAR,
"summary" VARCHAR,
"space" VARCHAR,
"description" VARCHAR,
"experiences_offered" VARCHAR,
"neighborhood_overview" VARCHAR,
"notes" VARCHAR,
"transit" VARCHAR,
"access" VARCHAR,
"interaction" VARCHAR,
"house_rules" VARCHAR,
"thumbnail_url" VARCHAR,
"medium_url" VARCHAR,
"picture_url" VARCHAR,
"xl_picture_url" VARCHAR,
"host_id" BIGINT,
"host_url" VARCHAR,
"host_name" VARCHAR,
"host_since" TIMESTAMP,
"host_location" VARCHAR,
"host_about" VARCHAR,
"host_response_time" VARCHAR,
"host_response_rate" VARCHAR,
"host_acceptance_rate" VARCHAR,
"host_is_superhost" VARCHAR,
"host_thumbnail_url" VARCHAR,
"host_picture_url" VARCHAR,
"host_neighbourhood" VARCHAR,
"host_listings_count" DOUBLE,
"host_total_listings_count" DOUBLE,
"host_verifications" VARCHAR,
"host_has_profile_pic" VARCHAR,
"host_identity_verified" VARCHAR,
"street" VARCHAR,
"neighbourhood" VARCHAR,
"neighbourhood_cleansed" VARCHAR,
"neighbourhood_group_cleansed" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zipcode" VARCHAR,
"market" VARCHAR,
"smart_location" VARCHAR,
"country_code" VARCHAR,
"country" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"is_location_exact" VARCHAR,
"property_type" VARCHAR,
"room_type" VARCHAR,
"accommodates" BIGINT,
"bathrooms" DOUBLE,
"bedrooms" DOUBLE,
"beds" DOUBLE,
"bed_type" VARCHAR,
"amenities" VARCHAR,
"square_feet" DOUBLE,
"price" VARCHAR,
"weekly_price" VARCHAR,
"monthly_price" VARCHAR,
"security_deposit" VARCHAR,
"cleaning_fee" VARCHAR,
"guests_included" BIGINT,
"extra_people" VARCHAR,
"minimum_nights" BIGINT,
"maximum_nights" BIGINT,
"minimum_minimum_nights" BIGINT,
"maximum_minimum_nights" BIGINT,
"minimum_maximum_nights" BIGINT,
"maximum_maximum_nights" BIGINT,
"minimum_nights_avg_ntm" DOUBLE,
"maximum_nights_avg_ntm" DOUBLE,
"calendar_updated" VARCHAR,
"has_availability" VARCHAR,
"availability_30" BIGINT,
"availability_60" BIGINT,
"availability_90" BIGINT,
"availability_365" BIGINT,
"calendar_last_scraped" TIMESTAMP,
"number_of_reviews" BIGINT,
"number_of_reviews_ltm" BIGINT,
"first_review" TIMESTAMP,
"last_review" TIMESTAMP,
"review_scores_rating" DOUBLE,
"review_scores_accuracy" DOUBLE,
"review_scores_cleanliness" DOUBLE,
"review_scores_checkin" DOUBLE,
"review_scores_communication" DOUBLE,
"review_scores_location" DOUBLE,
"review_scores_value" DOUBLE,
"requires_license" VARCHAR,
"license" VARCHAR,
"jurisdiction_names" VARCHAR,
"instant_bookable" VARCHAR,
"is_business_travel_ready" VARCHAR,
"cancellation_policy" VARCHAR
);
Anyone who has the link will be able to view this.