0% found this document useful (0 votes)
7 views

Dbms

Uploaded by

inq33108
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

Dbms

Uploaded by

inq33108
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 15

Data Analysis

using Python
PIYUSH KUMAR MCA/40002/24
ABHINAW ANAND BHARDWAJ MCA/40021/24
Python libraries
• Pandas
•Matplotlib
•Seaborn
•Warnings
Python libraries
Pandas:
•Add data structure and tools designed to work with table
like data.
•Provide tools for data manipulating : merging ,sorting ,
slicing ,aggregation etc.
•Allow handles missing data
Python libraries
Matplotlib:
•Provide 2D plotting library which produces publication
quality figure in a verity of hardcopy features.
•A set of functionalities similar to MATLAB.
•Line plot , scatter plot , barcharts, pie charts etc.
Python libraries
Seaborn:
•Based on matplotlib
•Provide high level interface for drawing attractive statistical
graph.
•Similar to the ggplot2 library in R.
Python libraries
Warnings:
• provides a way to control how warnings
handled within a Python script.
•It allows developers to emit warning messages
to alert users of potential issues or unexpected
behavior in their code.
Data Analysis
Data analysis is the process of using statistical and logical
techniques to examine data, extract meaning, and support
decision-making.
IT discover useful information, inform conclusions, and
support decision-making .
Used in business, healthcare, marketing, finance, and
scientific research
Data Analysis Project Steps:

1. Create a Problem Statement.


2. Identify the data you want to analyze.
3. Explore and Clean the data.
4. Analyze the data to get useful insights.
5. Present the data in terms of reports or dashboards using visualization.
Problem Statement
There are two hotel ,City hotel and resort hotel have seen
high cancellation rates. Each hotel is dealing with a number
of issue result fewer revenues and less than ideal hotel
room use.
Research Question
What are the cancellation percentages?
Reservation status in each hotels?
Average daily Rate in city and Resort hotel?
Reservation status per month?
What are the cancellation
percentages?
Reservation status in each
hotels?
Average daily Rate in city and Resort hotel?
Reservation status per month?
Thank you

You might also like