The different data types in a dataset determine the type of charts you can use. These are the basic data types that a dataset will typically contain.
Numerical/Quantiative Data
Continuous: Data that can take on any value within a specified interval. It can be measured, and can take on any value, including fractions or decimals.
Example: A measure of greenhouse gas emissions in the US.
Discrete: Data that has distinct values that can be counted. It can only take on integer values.
Example: The number of households in a county.
Categorical/Qualitative Data
Nominal: Data that has distinct values representing different groups or categories with no inherent ranking or order.
Example: The names of different counties.
Ordinal: Data that has distinct values representing categories with a meaningful order or ranking.
Example: Education levels, such as elementary, middle, high school, college, and post-graduate.
Binary: Data that has values that can only be one of two distinct categories.
Example: success/failure, yes/no
In addition to basic data types, there are temporal and spatial data types. These data types are tied to specific use cases, and are wrangled and visualized in specific ways.
Temporal Data
Spatial Data