Hotel Booking

This dataset contains booking information for a city hotel and a resort hotel, and includes information such as when the booking was made, length of stay, the number
of adults, children, and/or babies, and the number of available parking spaces, among other things. This project was analyzed with R programming language and specifically with RStudio Cloud

Questions that answers this dataset

  • When is the best time of year to book a hotel room is
  • The optimal length of stay in order to get the best daily rate

Libraries


The libraries that were used for this project were

  1. library (tidyverse)
  2. library (countrycode)
  3. library (ggplot2)