2  Data types

Depending on the data type we use different methods to describe, summarize and visualize the data. Especially, we differentiate between categorical (qualitative) and numerical (quantitative) data types.

flowchart TD
  A(Data types) --> B(Categorical)
  A(Data types) --> C(Numerical)
  B --> D(Nominal)
  B --> E(Ordinal)
  C --> F(Discrete)
  C --> G(Continuous)
Figure 2.1: Main data types: categorical (qualitative) and numerical (quantitative)


Categorical data types are further divided into:

Numerical data types are further divided into:

Good to remember

Depending on the data type we use different methods to describe, summarize and visualize the data. Beyond descriptive statistics, we even use different methods to analyse the data.