# Data quality score

{% hint style="info" %}
**The Data Quality Score feature is available to customers on** [**Premium and Enterprise**](https://www.secoda.co/pricing) **plans.** Request access by clicking "Upgrade" under Data Quality Score in your workspace or by contacting Customer Support (<support@secoda.co>).
{% endhint %}

The Data Quality Score (DQS) in Secoda offers a comprehensive scoring system that evaluates your data's quality. Focused initially on tables, DQS not only helps teams understand their data quality but also provides actionable steps to improve their scores over time. It aggregates scores across several categories to deliver a comprehensive total out of 100%.

## Benefits of DQS

* **Data Producers**: Offers actionable steps and clear metrics to measure data quality, helping to address and reduce technical debt.
* **Data Consumers**: Improves data discoverability and trustworthiness with transparent quality indicators.
* **Governance**: Supplies a measurable metric to guide data governance investments, promoting a high standard of data quality.

Access to DQS motivates both data producers and consumers to uphold high data quality standards, fostering a culture of continuous improvement and accountability within your organization.

## Enabling DQS

By default, DQS is enabled in all workspaces. Admins can disable it in the Quality Score settings.

Consider adjusting the **Resource filter rules** to selectively include or exclude specific resources from the DQS calculations. For instance, you might exclude resources from your 'dev' database, which are often incomplete and could skew the overall quality score.

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/d2a5674e-b6ee-4dec-9970-876cdda4a35c.png" alt=""><figcaption><p>DQS Settings</p></figcaption></figure>

## Accessing and Using DQS

### **Table-Level Scores**

1. **Navigate to a Table**: Go to the resource page of any table in your workspace.
2. **Open the Quality Tab**: Find the 'Quality' tab where the DQS is displayed.
3. **View Score Details**: Check the overall score and explore detailed breakdowns for each category.
4. **Improve Scores**: Click on specific categories to see actionable steps to enhance scores.

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/64ff7f62-2120-413f-a8a7-b49bf6165393.gif" alt=""><figcaption><p>Table DQS</p></figcaption></figure>

### **Tracking Changes with Analytics Reports**

1. **Open the Analytics Dashboard**: Head to the Analytics section of Secoda.
2. **Create a Quality Score Report**: Use the "Add report" button to set up a new report focused on DQS.
3. **Customize Your View**: Apply filters, such as by Team, to pinpoint areas needing data quality improvements.

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/0688a8c0-950a-4518-b491-079c41a5a46b.gif" alt=""><figcaption><p>DQS in Analytics</p></figcaption></figure>

### **Search and Catalog Filters**

In the Search and Catalog views, you can [filter](https://docs.secoda.co/features/filters) resources based on their Data Quality Score. The available quality filters are:

* **Is not set:** No score has been assigned.
* **Good:** Represents a high-quality score.
* **Moderate:** Indicates average quality.
* **Poor:** Shows a low-quality score.

These filters help you quickly identify and prioritize areas for improvement directly from your search results or catalog listings.

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/90f01deb-66bd-4ad1-b5da-995569ff804a.gif" alt=""><figcaption><p>Filtering on Quality</p></figcaption></figure>

### **Automations for DQS**

Create an Automation to automatically apply actions based on the DQS of each table. For instance, when a table achieves a "Good" quality score, the system can automatically mark it as "Published" and "Verified." This helps users quickly identify which tables are confirmed as reliable and ready for business use.

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/c10109be-5953-412e-a8a2-0f092d36bfc1.png" alt="" width="502"><figcaption><p>DQS Automation</p></figcaption></figure>

### **Adding a DQS Homepage Widget**

1. **Customize Your Homepage**: Navigate to your personal or team-level homepage settings.
2. **Add the DQS Widget**: Select the DQS widget to add it to your homepage.
3. **Access DQS Instantly**: Enjoy quick and easy access to your data quality scores directly from the homepage.

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/fcf44804-45ee-4391-a698-ef2fb3171710.gif" alt=""><figcaption><p>DQS on the Homepage</p></figcaption></figure>

## Scoring Categories

DQS consists of four main dimensions, each reflecting essential aspects of data quality:

**1. Stewardship (25 Points)**

* **Ownership (10 Points)**: Full points if the table has an owner; otherwise, it scores 0.
* **Tagged (10 Points)**: Full points if the table has been tagged (e.g., PII, Verified); no tags scores 0.
* **Questions & Answers (5 Points)**: Points awarded based on the percentage of Questions on the table with answers. If no questions have been asked, full points are awarded.

**2. Usability (25 Points)**

* **Resource Description (10 Points)**: Full points if the table has a description; no description scores 0.
* **Column Descriptions (10 Points)**: Points awarded based on the percentage of columns with descriptions.
* **Schema Description (5 Points)**: Full points if the table schema has a description; no description scores 0.

**3. Freshness (20 Points)**

* **Freshness Monitor Set (10 Points)**: Full points awarded if a freshness monitor is set; otherwise, it scores 0.
* **Freshness Passing (10 Points)**: Full points if the data freshness is within the expected period; otherwise, it scores 0.

**4. Accuracy (30 Points)**

The Accuracy score integrates results from Secoda Monitors or 3rd party tests like dbt, Monte Carlo and Great Expectations.

* **Nullness (10 Points)**:
  * 5 points awarded if a nullness test is configured for the table; otherwise, it scores 0.
  * Points awarded based on the percentage of passing nullness tests.
* **Uniqueness (10 Points)**:
  * 5 points awarded if a uniqueness test is configured for the table; otherwise, it scores 0.
  * Points awarded based on the percentage of passing uniqueness tests.
* **Other Tests (10 Points)**: Additional points based on the percentage of other tests passing.

## Feedback

We welcome your suggestions for enhancing DQS. If you have any feedback to help us evolve this tool to better meet your needs, please let us know at <support@secoda.co>.


---

# 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.secoda.co/features/data-quality-score.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.
