Airbnb Occupancy Rate Data (ADR, Revenue, #Booking
Listings occupancy rate, daily rate, and revenue data
@kaggle.jaeseokanairbtics_airbnb_occupancy_rate_adr_revenue_booking
Listings occupancy rate, daily rate, and revenue data
@kaggle.jaeseokanairbtics_airbnb_occupancy_rate_adr_revenue_booking
CREATE TABLE brightonperformancedata (
"property_type" VARCHAR,
"listing_type" VARCHAR,
"bedrooms" VARCHAR,
"bathrooms" BIGINT,
"country_code" VARCHAR,
"city" VARCHAR,
"zipcode" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"currency_native" VARCHAR,
"airbnb_property_id" BIGINT,
"airbnb_host_id" BIGINT,
"last_seen" TIMESTAMP,
"cleaning_fee" DOUBLE,
"reporting_month" TIMESTAMP,
"blocked_days" BIGINT,
"available_days" BIGINT,
"scraped_during_month" BOOLEAN,
"occupancy_rate" DOUBLE,
"reservation_days" BIGINT,
"adr_usd" BIGINT,
"adr_native" BIGINT,
"number_of_reservation" BIGINT,
"revenue_usd" BIGINT,
"revenue_native" BIGINT
);
CREATE TABLE joshuaperformancedata (
"property_type" VARCHAR,
"listing_type" VARCHAR,
"bedrooms" VARCHAR,
"bathrooms" BIGINT,
"country_code" VARCHAR,
"city" VARCHAR,
"zipcode" BIGINT,
"latitude" DOUBLE,
"longitude" DOUBLE,
"currency_native" VARCHAR,
"airbnb_property_id" BIGINT,
"airbnb_host_id" BIGINT,
"last_seen" TIMESTAMP,
"cleaning_fee" DOUBLE,
"reporting_month" TIMESTAMP,
"blocked_days" BIGINT,
"available_days" BIGINT,
"scraped_during_month" BOOLEAN,
"occupancy_rate" DOUBLE,
"reservation_days" BIGINT,
"adr_usd" BIGINT,
"adr_native" BIGINT,
"number_of_reservation" BIGINT,
"revenue_usd" BIGINT,
"revenue_native" BIGINT
);
CREATE TABLE malibuperformancedata (
"property_type" VARCHAR,
"listing_type" VARCHAR,
"bedrooms" VARCHAR,
"bathrooms" BIGINT,
"country_code" VARCHAR,
"city" VARCHAR,
"zipcode" BIGINT,
"latitude" DOUBLE,
"longitude" DOUBLE,
"currency_native" VARCHAR,
"airbnb_property_id" BIGINT,
"airbnb_host_id" BIGINT,
"last_seen" TIMESTAMP,
"cleaning_fee" DOUBLE,
"reporting_month" TIMESTAMP,
"blocked_days" BIGINT,
"available_days" BIGINT,
"scraped_during_month" BOOLEAN,
"occupancy_rate" DOUBLE,
"reservation_days" BIGINT,
"adr_usd" BIGINT,
"adr_native" BIGINT,
"number_of_reservation" BIGINT,
"revenue_usd" BIGINT,
"revenue_native" BIGINT
);
Anyone who has the link will be able to view this.