Skip to main content

Data-quality diagnosis

Why Your CSV Data Quality Score Is Low

Turn a low quality score into specific checks for missing values, duplicates, inconsistent types and structural defects.

Use the matching tool

Data Quality Score

Open Data Quality Score

What the error actually means

A composite score summarizes several signals and cannot decide whether the dataset is fit for its purpose. A low score is a triage prompt. The useful output is the underlying defect list, its affected columns and the business consequences.

Likely causes

  • Required fields are missing.
  • Duplicate rows or keys exist.
  • Columns contain mixed types.
  • Field counts or headers are inconsistent.

Actionable diagnosis

Problem

Quality score 62, therefore reject the file

Correct pattern

Identify which checks reduced the score and assess them against the intended use

A safe repair workflow

  1. 1Review component findings.
  2. 2Prioritize defects affecting key fields.
  3. 3Correct source-system problems where possible.
  4. 4Recalculate and compare the detailed report.

How to verify the result

A file that downloads successfully is not automatically a correct file. Check the result at both the structural and business-data levels:

  • Critical fields meet requirements.
  • Improvements trace to real corrections.
  • No valid exceptions were erased.
  • The dataset passes destination checks.

Read the deeper guides