# Categorical (Nominal or Ordinal)

Categorical data represent types of data which may be divided into groups. This data being of categorical nature often requires maintaining accurate lists of accepted values.&#x20;

Examples: Gender, country, counties, cities, etc

When designing data quality for such data you can provide a reference set and validate the data against that set.

**Telmai can offer:**&#x20;

Out of the box lists for most common types of categorical data&#x20;

Automated identification of potential accepted values based on frequency analysis&#x20;

Easy way to compile custom list of accepted values
