Kundan Jiiiiii
Kundan Jiiiiii
Certified by
Mrs. Rakhi Vatsal
1
ACKNOWLEDGEMENT
KUNDAN KUMAR
XII/B
2
AIM OF THE PROJECT
3
SL. NO TOPIC PAGE.NO
1) INTRODUCTION 05
2) TYPES OF VISUALIZATION 06
3) LINE GRAPH 06-08
4) BAR GRAPH 08-09
5) SCATTER DIAGRAM 09-11
6) PIE GRAPH 11-13
7) PYTHON CODE 13
8) ANALYSIS 14-23
9) CONCLUSION 24
10) BIBLIOGRAPHY 25
4
INTRODUCTION
CUSTOMER SHOPPING DATA VISUALIZATION
is the process of representing data graphically or visually
to make complex information more accessible,
understandable and usable. It plays a critical role in
information practices, allowing users to uncover patterns,
trends and insights from large databases efficiency.
❖ L INE GRAPH
A line graph or line chart also known as curve chart is a
type of chart that displays information as a series of data
points called ‘markers’ connected by the straight-line
segment. It is a basic type of chart common in many fields.
Advantages:
• Showing Trends: Line graphs are useful for showing
how data changes over time such as weekly, monthly
6
or yearly. They can help identifying patterns and
trends.
• Highlighting Differences: Line graphs can help
identifying differences and correlation within data
Example: We can plot multiple lines on the same axis
to compare data.
• Making Predictions: Line graphs can help us to make
predictions about what might happen next.
Example: We can use a line graph to see if a stock is
likely to continue trending upward or downward.
• Directing Small Changes: Line Graphs can help us to
detect small changes that are difficult to measure in
other graphs.
• Easy to Read: Line graphs are straight forward and
simple to understand.
Disadvantages:
• Clutter: Too many lines on a graph can make it
difficult to read.
• Data Type: Line graphs are best for numerical data and
total numbers like monthly rainfall. They are not ideal
for plotting fractions on Decimals.
7
• Misrepresentation: Line graphs can be manipulated
by changing the axes and scales which can over or
underrepresent trends.
• Inconsistent Scale: Inconsistent Scales on the axes can
make the data seem inaccurate.
• Limited range: Only a limited range of data can be
plotted on a line graph.
❖ BAR GRAPH
A bar graph or bar chart is a chart or graph that presents
categorical data with rectangular bars with heights or
lengths proportional to the values that they represent. The
bars can be plotted vertically or horizontally. A vertical bar
chart is sometimes called a column chart and has been
identified as the prototype of charts. A bar graph shows
comparisons among discrete categories. One axis of the
chart shows the specific categories being compared and the
other axis represents a measured value.
Advantages:
• Easy to understand: Bar diagrams are simple and
easy to comprehend even for a variety of audiences.
• Quick Comparisons: Users can quickly compare
data by the height of each bar.
8
• Visual Summary: Bar diagrams provide a clear
visual summary of large quantities of data.
• Highlight Trends: Bar diagrams clearly highlight
key trends in a set of data
• Show Relationship: Bar diagrams can show
relationships between values.
Disadvantages:
• Misinterpretation: Viewers may not understand
the information in the bar diagram.
• Overcrowding: Too many bars can make the chart
difficult to read.
• Sorting: If the data isn’t sorted properly, it can be
confusing.
• Explanation: The bar diagram may not be clear
what caused a trend or pattern in the data.
• Y-axis: If the Y-axis doesn’t start at zero, the bars
will be misrepresented.
10
Disadvantages:
• Limited to two variables: Scatter diagrams can only
analyze two variables at a time which can limit the
depth of analysis.
• Oversimplification: Scatter diagrams can
oversimplify complex relationship leading to
misinterpretation.
• Subjective Interpretation: Different people
might draw different conclusions from the same scatter
plot.
• No quantitative measure: Scatter diagram don’t
provide a quantitative measure of the strength of the
relationship between variables.
• Graphing errors: Collecting and inputting data
manually can lead to errors or inaccuracies.
❖ PIE GRAPH
A Pie chart also known as ‘Circle chart’ is a type of
graph representing data in circular form with each slice of
the circle representing a fraction or proportionate part of
the whole. All slices of the pie add up to make the whole
equaling 100 percent and 360 degrees. It represents data in
pictorial form, making it easier to visualize and understand
the proportionate parts or composition of a data set.
11
Advantages:
• Effective Communication Tools: Pie charts are an
effective way to communicate data to a wide audience,
including those who aren’t well-versed in data.
• Quick Analysis: Pie charts allow the audience to
quickly understand information and make an
immediate analysis.
• Data Comparison: Pie charts allow the audience to
compare data at a glance.
• Easy to draw: Pie charts are easy to draw, even without
knowledge of statistics or data science.
• Combine small scales: Pie charts can combine small or
uninteresting slices into an ‘others’ group to clean up
the information.
Disadvantages:
• Limited to six or fewer categories: Pie charts are best
for presenting six or fewer categories.
• Can’t show multiple variables: Pie charts can only
show one variable at a time, making it difficult to
identify trends or patterns in the data.
• Can be misleading: Pie chart can be misleading if the
data is manipulated or the presentation angle, color or
12
slide order are used to emphasize or hide certain
aspects.
• Difficulty comparing slices: It can be hard to compare
the exact size of a slice, especially if there are many
slices or small differences
• Human struggles with angles: The Human eye is
better at comparing lengths than angle proportions, so
pie charts are not the best choice for showing part to
whole relationships.
Pythoncodeof scatter, line bar andpiediagram:
13
ANALYSIS:
I.
Output:
14
II.
Output:
15
III.
Output:
16
IV.
Output:
17
V.
Output:
18
VI.
Output:
19
VII.
Output:
VIII.
20
VIII.
Output:
xz
21
IX.
Output:
22
X.
Output:
23
CONCLUSION
24
BIBLIOGRAPHY
➢ Informatics Practices: Sumita Arora
➢ Wikipedia.
➢
➢ https://www.topper.com
➢ https://www.geeksforgeeks.org
➢ https://www.knowledgeboat.com
25