Data Visualization - Key Terms and Concepts

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/36

flashcard set

Earn XP

Description and Tags

Flashcards cover core vocabulary from the data visualization lecture notes, including data ink concepts, table and chart types, and measures of association.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

37 Terms

1
New cards

Data visualization

The practice of presenting data visually through tables and charts to help interpret, analyze, and learn from data.

2
New cards

Data-ink ratio

The portion of ink in a table or chart that conveys data, as described by Edward R. Tufte.

3
New cards

Data-ink

Ink in a chart or table that is necessary to convey the data's meaning.

4
New cards

Non-data-ink

Ink that does not contribute to conveying the data in a chart or table.

5
New cards

Edward R. Tufte

Author who introduced the data ink ratio concept and advocates for efficient data visualization.

6
New cards

Table

A grid display for showing numerical values to support precise reference and comparison.

7
New cards

Table design principles

Guidelines for constructing tables, such as avoiding unnecessary vertical lines and using horizontal lines to separate titles from data.

8
New cards

Crosstabulation

A table describing the relationship between two variables.

9
New cards

PivotTable

An Excel feature that creates a crosstabulation and supports data analysis and summarization.

10
New cards

PivotCharts in Excel

Charts that accompany PivotTables to visualize PivotTable data.

11
New cards

Charts

Visual representations of data such as line, bar, column, pie, and scatter charts.

12
New cards

Scatter chart

A chart showing the relationship between two quantitative variables.

13
New cards

Line chart

A chart that connects data points with lines and is useful for time series data.

14
New cards

Bar chart

A chart with horizontal bars for comparing categories.

15
New cards

Column chart

A chart with vertical bars for comparing categories.

16
New cards

Pie chart

A chart that uses slices of a circle to display the proportional parts of a categorical variable.

17
New cards

Three dimensional chart

A chart drawn in three dimensions; can add depth but may distort data.

18
New cards

Bubble chart

A chart that visualizes three variables by using x and y positions and bubble size for a third variable.

19
New cards

Heat map

A two dimensional representation that uses color shades to indicate magnitude.

20
New cards

Stacked column chart

A column chart where segments are stacked to show part-to-whole relationships across categories.

21
New cards

Clustered column chart

A column chart that places multiple series side by side for each category.

22
New cards

PivotChart

A chart linked to a PivotTable to summarize and analyze data with crosstabulation and visualization.

23
New cards

Scatter-chart matrix

A grid of scatter plots showing relationships between multiple variable pairs.

24
New cards

Sparklines

Small inline charts used to show trends within a single cell.

25
New cards

Trendline

A line added to a chart that approximates the relationship between variables.

26
New cards

Time series data

Data collected at successive points in time to analyze trends.

27
New cards

Axis labels

Labels on chart axes that identify data values and improve readability.

28
New cards

Gridlines

Guide lines in a chart; removing unnecessary gridlines can increase data ink.

29
New cards

Covariance

A measure of the linear association between two variables, indicating how they move together.

30
New cards

Sample covariance

Covariance calculated from a sample of data, typically using division by n minus 1.

31
New cards

Population covariance

Covariance calculated for the entire population, using population means.

32
New cards

Correlation coefficient (r)

A standardized, unitless measure of the linear relationship between two variables, ranging from -1 to 1.

33
New cards

Negative linear relationship

When one variable tends to decrease as the other increases (r < 0).

34
New cards

Positive linear relationship

When both variables tend to increase together (r > 0).

35
New cards

No linear relationship

When r is near zero, indicating little to no linear association.

36
New cards

Scatter diagrams

Plots of paired data used to examine the relationship between two variables.

37
New cards

Time series data (revisited)

Data collected over time to observe trends and patterns.