DAIB Pertemuan 4 - Data Visualisasi Dan Eksplorasi
DAIB Pertemuan 4 - Data Visualisasi Dan Eksplorasi
Line Charts
• Line charts provide a useful means for displaying data over
time.
– You may plot multiple data series in line charts; however, they can be
difficult to interpret if the magnitude of the data values differs greatly. In
that case, it would be advisable to create separate charts for each data
series.
Pie Charts
• A pie chart displays this by partitioning a circle into pie
shaped areas showing the relative proportion.
Pie Charts
• Data visualization professionals don't recommend using pie charts. In a pie
chart, it is difficult to compare the relative sizes of areas; however, the bars in
the column chart can easily be compared to determine relative ratios of the
data.
– If you do use pie charts, restrict them to small numbers of categories, always
ensure that the numbers add to 100%, and use labels to display the group names
and actual percentages. Avoid three-dimensional (3-D) pie charts—especially
those that are rotated—and keep them simple.
Area Charts
Area Charts
• An area chart combines the features of a pie chart with
those of line charts.
– Area charts present more information than pie or line charts alone but
may clutter the observer’s mind with too many details if too many
data series are used; thus, they should be used with care.
Example 5: An Area
Chart for Energy
Consumption
Scatter Charts
Scatter Charts
• Scatter charts show the relationship between two variables. To
construct a scatter chart, we need observations that consist of
pairs of variables.
Example 6: A Scatter
Chart for Real Estate
Data
Bubble Charts
Bubble Charts
• A bubble chart is a type of scatter chart in which the size of the
data marker corresponds to the value of a third variable;
consequently, it is a way to plot three variables in two
dimensions.
Example 7: A Bubble
Chart for Stock
Comparisons
Data Visualization
• https://www.smartsheet.com/how-to-apply-conditional-formatting-excel?
amp#:~:text=Conditional%20formatting%20is%20a
%20feature,information%20stored%20in%20a%20spreadsheet.
Conditional Formatting
Sparklines
• Sparklines are graphics that summarize a row or column
of data in a single cell.
• Excel has three types of sparklines: line, column, and
win/loss.
– Line sparklines are clearly useful for time-series data
– Column sparklines are more appropriate for categorical
data.
– Win-loss sparklines are useful for data that move up or
down over time.
Sparklines
• Generally you need to expand the row or column widths to display them
effectively. Notice, however, that the lengths of the bars are not scaled
properly to the data; for example, in the first one, products D and E are
roughly one-third the value of Product E yet the bars are not scaled correctly.
So be careful when using them.
Tugas Kelompok
Deskripsi Tugas:
1. Tugas dikerjakan secara berkelompok, setiap kelompok
beranggotakan 4-5 orang.
2. Due date tugas: Minggu/18 Februari 2024 Pukul 15.00
di Course IPB
3. Tugas dibuat dalam format .ppt
4. Outline:
1. Lakukan visualisasi dan eksplorasi data pada sheet “Total
Produk”
2. Tampilkan jenis-jenis visualisasi dan eksplorasi data secara
lengkap dan interpretasikan hasilnya.
3. Be Creative
Thank You
Data Queries
Data Queries
Filtering Data
• For large data files, finding a particular subset of records that
meet certain characteristics by sorting can be tedious.
• Excel provides two filtering tools:
– AutoFilter for simple criteria, and
– Advanced Filter for more complex criteria.
Data Queries