Skip to content

The Hotel Booking Analysis project aimed to perform an Exploratory Data Analysis (EDA) on a dataset containing hotel booking information. This project is related to Hotel Booking having two hotel description i.e; City Hotel and Resort Hotel. In this dataset contains total rows 119390 and 32 columns.

Notifications You must be signed in to change notification settings

singh-pawan/Hotel-Booking-Analysis-EDA

Repository files navigation

Hotel-Booking-Analysis-EDA

The Hotel Booking Analysis project aimed to perform an Exploratory Data Analysis (EDA) on a dataset containing hotel booking information. This project is related to Hotel Booking having two hotel description i.e; City Hotel and Resort Hotel. In this dataset contains total rows 119390 and 32 columns. In this we divide data manipulation workflow in 3 category: 1. Data Collection, 2. Data Cleaning and Manipulation and, 3. EDA (Exploratory Data Analysis) As Further moved i.e; Data Collections first step to find different columns which is done by coding Head(), tail(). info(), describe(), columns() and some others method used for Data Collections, some of the columns name is updated here i.e; hotel, is_canceled, lead_time, arrival_date_year, arrival_date_month, arrival_date_week_number, arrival_date_day_of_month, stays_in_weekend_nights. As we further moved we find unique value of each columns and generate a list in tabular form and also check the dataset type of each columns' find some columns not in accurate data types which correct it later done in Data cleaning part and as well as duplicates data items must be removed as we find duplicates items equal to 87396 which is dropped from dataset later. Before visualize any data from the data set we have to do Data Wrangling. For that, we are checked the null value of all the columns. After checking, when we are getting a column which has more number of null values, dropped that column by using the drop method. In this way, we are dropped the "company" column. When we are find minimal number of null values, filling thse null values with necesary values as per requirement by using .fillna() Different charts are used for data visualization so that better insights and Business objective is attained.

About

The Hotel Booking Analysis project aimed to perform an Exploratory Data Analysis (EDA) on a dataset containing hotel booking information. This project is related to Hotel Booking having two hotel description i.e; City Hotel and Resort Hotel. In this dataset contains total rows 119390 and 32 columns.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages