# Introduction - Indicators of Data Quality

<figure><img src="https://lh3.googleusercontent.com/vlkgVZjaG62xN-bynePUjIJ7gkWTelHV4OGoWZTVeMBRgPfEdHnOtkVQBLwHNQHN-KDKKHsE3VJ4tvE94rTqYVxpwtw06b22vdTGE9m6KgIBQGxkKqbxHBhrCrxh7EFzNaf0zOY_=s1600" alt="Data Quality Indicators"><figcaption><p>Data Quality Indicators</p></figcaption></figure>

A chef preparing a gourmet meal might use a thermometer to check the temperature of the meat. A mechanic working on a car might use a dipstick to check the engine's oil level. For data teams, how do we measure data quality?

Data quality is more important than ever, but as technology evolves, **the way we talk about data quality is struggling to keep up**.&#x20;

Historically many data quality indicators have been adopted, like Accuracy, Validity, Completeness, Consistency, Reliability, Timeliness, Uniqueness, Accessibility, Confidentiality, Relevance, Integrity, … etc.

However, there is ***no standardization*** of their names or descriptions.

A comprehensive survey of over 60 quality dimensions was conducted by DAMA NL Foundations and published in [DDQ-Research-2020](https://www.dama-nl.org/wp-content/uploads/2020/09/DDQ-Dimensions-of-Data-Quality-Research-Paper-version-1.2-d.d.-3-Sept-2020.pdf) as an attempt to move towards more standardization. Among the many dimensions, a small subset of the most critical ones emerged.

These are referred to as the primary or critical dimensions. They are:

**Completeness, Validity, Accuracy, Consistency, Uniqueness, and Timeliness**.<br>

This chapter focuses on these six widely used dimensions and their measurements, which we refer to as data quality indicators (DQI).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.telm.ai/academy/data-quality-indicators/introduction-indicators-of-data-quality.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
