Visualization Analysis and Design, chapter 2, Munzner
What is this?
Better?
Of course it matters. Would you understand what the data is like if you had to guess at what each column is like?
Properly describing and documenting data in metadata allows users to understand what the data is.
Not only expected value types, but expected range, whether a field is a derived value or not, etc.
Items
Attributes
What is an item? What is an attribute?
What is this data?
Better?
Nodes
Links
Higher order data types are often compositions of more basic data types
Position / Regions
Fields / Grids
Clusters / Sets / Lists
Static or dynamic?
More on hierarchies in D3
Hierarchical datasets lend themselves very well to visualizations like dendrograms, trees, treemaps, packed circles.
Sample dendrogram and packed circle (flare.json)
We'll talk more about specific visualization idioms in a later lecture.
Levels of measurement (or scale of measure, or data scales), a proposed typology by psychologist Stanley Smith Stevens(1906-1973). Still widely used framework, especially in data science.
More reading: 4 Levels of measurement: Nominal, ordinal, interval, ratio, Careerfoundry
More reading: Levels of measurement: Nominal, ordinal, interval, ratio, Scribbr
Because they highly influence the type of encodings and visualizations possible.
It roughly maps to the qualitative (nominal / categorical) — ordinal — quantitative scale by French cartographer Jacques Bertin (1918-2010).
Qualitative data: represented by groupings
Quantitative data: represented by amounts
Or categorical data. Data is qualitative.
Ordinal data can have a qualitative or quantitative quality.
Typically interval or ratio data.
There are more specific distinctions between interval and ratio, but it does not really affect visualization principles as much.
Like qualitative data variables, qualitative graphic variables (e.g., shape or color hue) have no intrinsic ordering.
In contrast, quantitative graphic variables (e.g., size or color intensity) can have different ordering directions, such as sequential, diverging, or cyclic
For the qualitative data, color is used as an identity channel. For quantitative, it is often a magnitude channel. We'll discuss color more in later lectures.
Is time nominal, ordinal, interval or ratio?
Electoral Divisions
Elections SG2020
Viz not working 100% because of mapbox API issues
Chi-Loong | V/R