Learn practical skills, build real-world projects, and advance your career

Hotel Booking Demand EDA

This data set 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.

We are going to explore the dataset and try to extract some insights that can help the business. The dataset is hosted in Kaggle and can be found here Hotel booking demand

Downloading the Dataset

We are downloading the dataset from kaggle

#!pip install jovian opendatasets --upgrade --quiet

Let's begin by downloading the data, and listing the files within the dataset.

# Dataset URL
dataset_url = 'https://www.kaggle.com/jessemostipak/hotel-booking-demand'