Description Usage Format Source
A random subset of the data on hotel bookings originally collected by Antonio, Almeida and Nunes (2019) and distributed through the R for Data Science TidyTuesday project.
1 |
A data frame with 1000 hotel bookings and 32 variables on each booking.
"Resort Hotel" or "City Hotel"
whether the booking was cancelled
number of days between booking and arrival
year of scheduled arrival
month of scheduled arrival
week of scheduled arrival
day of month of scheduled arrival
number of reserved weekend nights
number of reserved week nights
number of adults in booking
number of children
number of babies
whether the booking includes breakfast (BB = bed & breakfast), breakfast and dinner (HB = half board), or breakfast, lunch, and dinner (FB = full board)
guest's country of origin
market segment designation (eg: TA = travel agent, TO = tour operator)
booking distribution channel (eg: TA = travel agent, TO = tour operator)
whether or not booking was made by a repeated guest
guest's number of previous booking cancellations
guest's number of previous bookings that weren't cancelled
code for type of room reserved by guest
code for type of room assigned by hotel
number of changes made to the booking
No Deposit, Non Refund, Refundable
booking travel agency
booking company
number of days the guest waited for booking confirmation
Contract, Group, Transient, Transient-party (a transient booking tied to another transient booking)
average hotel cost per day
number of parking spaces the guest needed
number of guest special requests
Canceled, Check-Out, No-Show
when the guest cancelled or checked out
Nuno Antonio, Ana de Almeida, and Luis Nunes (2019). "Hotel booking demand datasets." Data in Brief (22): 41-49. https://github.com/rfordatascience/tidytuesday/blob/master/data/2020/2020-02-11/hotels.csv/.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.