DS_UNIT 3
DS_UNIT 3
Data
Science
Version 1.0
Chapter 3:
Data Visualizations
LEARNING OUTCOME
• The importance of visualization
• Plotting data
• Histograms
• Use of shapes
• Use of single and multivariable
plots
Data Visualization
• Bar graphs
• Frequency
Here, we shall be using
spreadsheets from the
open office to plot the
data. Open office can be
downloaded and installed
using the URL:
https://www.openoffice.org
Dot Plot
• A dot plot is a graphical display
of data using dots.
• Dots are used in dot plots to
illustrate the quantitative values
associated with the categorical
values.
For Example, Minutes to reach
school.
This data shows how long does it
take five people to reach the
school.
Minutes: 6, 2, 4, 8, 5
Person: A, B, C, D, E
Bar Graphs
The frequency of a data value is the number of times the data value
occurs/repeats.
Random Distribution
A random distribution lacks an apparent
pattern and has several peaks.
Use of single and
multivariable plots
Single Variable plots
To visualize one variable, the type of
graphs to use depends on the type of
the variable:
For categorical variables (or grouping
variables). You can visualize the count of
categories using a bar plot or a pie chart
to show each type's proportion.
You can visualize the variable's
distribution for a continuous variable
using density plots, histograms, etc.
Use of single and multivariable plots
Multi-Variable plots
45
40
35
30
25
20
15
10
0
Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
WORKSHEET-3.1
3. What is a histogram?
a) Bar graph
B) Line Graph
c) Column Graph
d)Pie Chart
4. The data represented through a histogram can help in finding graphically the:
a) Mean
b) Median
c) Mode
d) All of the above
5.A _____________________ is a tabular representation that summarizes the raw
categorical data.
a) Frequency Table
b) Data Range
c) Bin Widths
d) None of the above
3. Select the type of graph shown below:
a) Bar graph
B) Line Graph
c) Column Graph
d)Pie Chart
4. The data represented through a histogram can help in finding graphically the:
a) Mean
b) Median
c) Mode
d) All of the above
5.A _____________________ is a tabular representation that summarizes the raw
categorical data.
a) Frequency Table
b) Data Range
c) Bin Widths
d) None of the above
Thank You