Column | Description |
|---|---|
Value | Sample data with similar characteristics |
Expectation Violation | Indicates if the value violates a correctness expectation |
Failing Expectation | The associated correctness rule (only valid for violations) |
Values Count | Number of times the value appears within its attribute |
Expanded Pattern | Anomaly score, based on value’s pattern, i.e. representation of the value string but with each character that belongs to one of these types: alphabet/letter (L), digit (D), or space (S) being replaced by the character representing the type. A long sequence of the same type character is represented by the character and a number indicating the length of the sequence |
Compressed Pattern | Anomaly score, based on value’s short pattern, i.e. representation of the value string but with each sequence of characters that belong to one of these types: alphabet/letter (L), digit (D), or space (S) being reduced to the single character representing the type |
Frequency | Anomaly score based on how frequently the value occurs. A score of 1 is normal; 0 is abnormal. |
Length | Anomaly score based on the number of characters in the value; 1 is normal, 0 is abnormal. |
Special Characters | Anomaly score based on the presence of special characters in the value; 1 is normal, 0 is abnormal. |
Spaces | Anomaly score based on the number of whitespace characters; 1 is normal, 0 is abnormal. |
Is Date | True if value is ISO date, false otherwise |
Is DateTime | True if the value is a datetime, false otherwise. |
Is Number | True if the value is numeric, false otherwise. |
Is Alpha | True if the value consists of alphabetical characters, false otherwise. |