Expedia Travel Dataset
Expedia booking information
@kaggle.jacopoferretti_expedia_travel_dataset
Expedia booking information
@kaggle.jacopoferretti_expedia_travel_dataset
Info about the users' clicks and bookings on Expedia. The dataset includes information about the destination, hotel, number of visitors ... and also details about the type of reservation.
CREATE TABLE travel (
"unnamed_0" BIGINT -- Unnamed: 0,
"date_time" TIMESTAMP,
"site_name" BIGINT,
"posa_continent" BIGINT,
"user_location_country" BIGINT,
"user_location_region" BIGINT,
"user_location_city" BIGINT,
"orig_destination_distance" DOUBLE,
"user_id" BIGINT,
"is_mobile" BIGINT,
"is_package" BIGINT,
"channel" BIGINT,
"srch_ci" TIMESTAMP,
"srch_co" TIMESTAMP,
"srch_adults_cnt" BIGINT,
"srch_children_cnt" BIGINT,
"srch_rm_cnt" BIGINT,
"srch_destination_id" BIGINT,
"srch_destination_type_id" BIGINT,
"is_booking" BIGINT,
"cnt" BIGINT,
"hotel_continent" BIGINT,
"hotel_country" BIGINT,
"hotel_market" BIGINT,
"hotel_cluster" BIGINT
);Anyone who has the link will be able to view this.