Data Types Flashcards
Numerical data (quantitative data) can be
quantified and measured
Numerical data splits into two subtypes which are…
Continuous data - can take on any value (infinite amount of values)
Discrete data - results from a counting process and has a finite set of values
Categorical data (qualitative data) refers to
information that can be stored and identified, categorised by name
Example: stock name.
Nominal data cannot be
amended into category orders.
Example: finance and its industries, one cannot put one higher or lower.
Ordinal data are
categorical values that can be logically ordered or ranked. Example: S&P rating.
Another classification standard for data is how it is collected. This type of data is divided into three types:
Cross-sectional data - a list of observations of a specific variable from multiple observational units at a given point in time.
Time-series data - are a sequence of observations for a specific observational unit over a specific variable collected at discrete and usually spaced intervals.
Panel data - mix of time-series and cross-sectional data.
Structured data (alternative data) are
data in a highly-organised, pre-defined manner, usually in repeating patterns. Typically in a form of one-dimensional or two-dimensional arrays.
Organising data for analysis typically is done in the following two ways:
One-dimensional array - a data structure that contains a set of elements of the same data type.
Two-dimensional array (data table).