Synopsis Vikashkumar
Synopsis Vikashkumar
Booking
Analysis
PROJECT SYNOPSIS
SUBMITTED BY
VIKASH KUMAR
In partial fulfillment of the requirements for the award of Degree
Of
BACHELOR IN COMPUTER APPLICATION
(SESSION: 2021-2024)
PROJECT SYNOPSIS
ON
PREPARED BY
VIKASH KUMAR
(REG. NO.- 21303313067)
1. DECLARATION…………………………………………………………………………… 5
2. ABSTRACT……………………………………………………………………………...….6
3. SYSTEM ENVIRONMENT………………………………………………………………...6
HARDWARE REQUIREMENT………………………………………………………...6
SOFTWARE REQUIREMENT…………………………………………………………7
4. DATA ANALYSIS…………………………………………………………………………9
INTRODUCTION……………………………………………………………………9
5. PROBLEM STATEMENT………………………………………………………………….10
6. DATA DESCRIPTION……………………………………………………………………..10
I hereby declare that all the documents prepared/attached in this project are
original, complete and of my own effort. It is further declared that this report is not
submitted anywhere partially or completely for fulfillment of requirement of a
course of study to the best of my knowledge and belief.
In the event of any information being found false at any stage about the originality,
my project is liable to the rejected.
Similar to NumPy, pandas deals primarily with data in 1-D and 2-D arrays; however, pandas
handles the two differently.
Seaborn:-Seaborn is one of the world’s most regarded Python libraries that is purpose-built to
create beautiful-looking visualizations. It can be considered as an extension of another library
called Matplotlib as it is built on top of that.
Warnings:- The `warnings` library in Python helps manage warnings that may arise
during exploratory data analysis (EDA). It allows you to control the display of warnings
using `filterwarnings()`, such as showing them only once or ignoring them completely. This
can be useful when handling repetitive or non-critical warnings.
Additionally, you can raise exceptions for warnings, stopping program execution
when they occur, enabling you to address potential issues promptly. While `warnings` is
not directly related to EDA tasks, it aids in handling unexpected behaviors encountered
during data analysis, ensuring a smoother workflow and providing more control over
warning messages.
INTRODUCTION
Hotel booking analysis involves examining data related to hotel bookings to
gain insights and make informed decisions. It encompasses various aspects
of the booking process, customer behavior, and hotel performance. By
analyzing this data, hotel managers and stakeholders can understand trends,
patterns, and factors that impact bookings, occupancy rates, and revenue.
Key areas of analysis may include booking patterns, customer segmentation,
demand forecasting, conversion analysis, revenue management, customer
satisfaction, and competitive analysis. Data sources can include booking
databases, customer records, website analytics, and review platforms.
Techniques such as data visualization, statistical analysis, and predictive
modeling can be applied to extract meaningful insights. Ultimately, hotel
booking analysis helps optimize operations, enhance customer satisfaction,
increase revenue, and make data-driven decisions to stay competitive in the
hospitality industry.
DATA DESCRIPTION
is_canceled : value indicating if the booking was canceled (1) or not (0)
lead_time : number of days that elapsed between the entering date of the booking
into the pms and the arrival date