Vollständigkeit (EN)

Concept

A data quality criterion that checks for the presence of all expected data

Architecture

flowchart LR   A[Data Source] --> B[Data Validation]   B --> C{Completeness Check}   C -->|Complete| D[Data Processing]   C -->|Incomplete| E[Data Enrichment]   E --> F[Data Cleaning]   F --> D   D --> G[Analysis & Report] 

In Context

  • Typically used together with correctness and consistency
  • Related to: Data quality, data integrity, data validation
  • Example use case: Customer database where all mandatory fields must be filled
Quelle: AI Generated