Hotel Bookings Demand
The information in this dataset is collected from tourists and guests.
@kaggle.qucwang_hotel_bookings_analysis_dataset
The information in this dataset is collected from tourists and guests.
@kaggle.qucwang_hotel_bookings_analysis_dataset
CREATE TABLE hotel_bookings (
"hotel" VARCHAR,
"is_canceled" BIGINT,
"lead_time" BIGINT,
"arrival_date_year" BIGINT,
"arrival_date_month" VARCHAR,
"arrival_date_week_number" BIGINT,
"arrival_date_day_of_month" BIGINT,
"stays_in_weekend_nights" BIGINT,
"stays_in_week_nights" BIGINT,
"adults" BIGINT,
"children" DOUBLE,
"babies" BIGINT,
"meal" VARCHAR,
"country" VARCHAR,
"market_segment" VARCHAR,
"distribution_channel" VARCHAR,
"is_repeated_guest" BIGINT,
"previous_cancellations" BIGINT,
"previous_bookings_not_canceled" BIGINT,
"reserved_room_type" VARCHAR,
"assigned_room_type" VARCHAR,
"booking_changes" BIGINT,
"deposit_type" VARCHAR,
"agent" DOUBLE,
"company" DOUBLE,
"days_in_waiting_list" BIGINT,
"customer_type" VARCHAR,
"adr" DOUBLE,
"required_car_parking_spaces" BIGINT,
"total_of_special_requests" BIGINT,
"reservation_status" VARCHAR,
"reservation_status_date" TIMESTAMP
);
Anyone who has the link will be able to view this.