Validity
Validity checks ensure data is not only correctly formatted but also valid. These metrics are crucial for data quality assurance by verifying adherence to predefined rules and standards. Implementing these checks helps users detect and fix errors, maintaining data integrity and reliability.
Count Invalid Values
The count invalid values validation checks how many entries in a dataset are invalid according to given values.
Example
Percent Invalid Values
The percent invalid values validation checks the percentage of entries in a dataset that are invalid according to given values.
Example
Count Valid Values
The count valid values validation checks how many entries in a dataset are valid according to given values.
Example
Percent Valid Values
The percent valid values validation checks the percentage of entries in a dataset that are valid according to given values.
Example
String formats
String Length Max
The StringLengthMaxValidation checks the maximum length of strings in a specified column.
Example
String Length Min
The StringLengthMinValidation checks the minimum length of strings in a specified column.
Example
String Length Average
The StringLengthAverageValidation checks the average length of strings in a specified column.
Example
Count All Space
The count all space validation counts columns with all space values in a dataset.
Example
Percentage All Space
The percent all space validation checks the percentage of columns with all space value in a dataset.
Example
Count Null Keyword
The count null keyword validation counts the number of null like keyword in a dataset.
Example
Percentage Null Keyword
The percent null keyword validation checks the percentage of null like keyword in a dataset.
Example
Identification formats
Count UUID
The count UUID validation checks the number of UUIDs in a dataset.
Example
Percentage UUID
The percentage UUID validation checks the percentage of UUIDs in a dataset.
Example
Count PermID
The count permid validation checks the number of valid permid in a dataset.
Example
Percent PermID
The percent permid validation checks the percentage of valid permid in a dataset.
Example
Count SSN
The count ssn validation checks the number of valid ssn(social security number) in a dataset.
Example
Percent SSN
The percent ssn validation checks the percentage of valid ssn(social security number) in a dataset.
Example
Regex
Count Invalid Regex
The count invalid regex validation checks how many entries in a dataset are invalid according to a given regex pattern.
Example
Percent Invalid Regex
The percent invalid regex validation checks the percentage of entries in a dataset that are invalid according to a given regex pattern.
Example
Count Valid Regex
The count valid regex validation checks how many entries in a dataset are valid according to a given regex pattern.
Example
Percent Valid Regex
The percent valid regex validation checks the percentage of entries in a dataset that are valid according to a given regex pattern.
Example
Contact Information
Count USA Phone Number
The count USA phone number validation checks the number of valid USA phone numbers in a dataset.
Example
Percentage USA Phone Number
The percentage USA phone number validation checks the percentage of valid USA phone numbers in a dataset.
Example
Count Email
The count email validation checks the number of valid email addresses in a dataset.
Example
Percentage Email
The percentage email validation checks the percentage of valid email addresses in a dataset.
Example
Geolocation Validations
Count Latitude
The CountLatitudeValidation
checks the number of non-null and valid latitude values (ranging between -90 and 90) in a specified column.
Example
Percent Latitude
The PercentLatitudeValidation
checks the percentage of non-null and valid latitude values (ranging between -90 and 90) in a specified column.
Example
Count Longitude
The CountLongitudeValidation
checks the number of non-null and valid longitude values (ranging between -180 and 180) in a specified column.
Example
Percent Longitude
The PercentLongitudeValidation
checks the percentage of non-null and valid longitude values (ranging between -180 and 180) in a specified column.
Example
Financial
Count SEDOL
The count sedol validation checks the number of valid sedol in a dataset.
Example
Percent SEDOL
The percent sedol validation checks the percentage of valid sedol in a dataset.
Example
Count CUSIP
The count cusip validation checks the number of valid cusip in a dataset.
Example
Percent CUSIP
The percent cusip validation checks the percentage of valid cusip in a dataset.
Example
Count LEI
The count lei validation checks the number of valid lei in a dataset.
Example
Percent LEI
The percent lei validation checks the percentage of valid lei in a dataset.
Example
Count FIGI
The count figi validation checks the number of valid figi in a dataset.
Example
Percent FIGI
The percent figi validation checks the percentage of valid figi in a dataset.
Example
Count ISIN
The count isin validation checks the number of valid isin in a dataset.
Example
Percent ISIN
The percent isin validation checks the percentage of valid isin in a dataset.
Example
Time
Count Timestamp String
The count timestamp string validation checks the number of valid timestamp string in ISO format in a dataset.
Example
Percent Timestamp String
The percent timestamp string validation checks the percentage of valid timestamp string in ISO format in a dataset.
Example
Count Not In Future
The count not in future validation checks the number of valid timestamp string that are not in future in a dataset.
Example
Percent Not In Future
The percent date not in future validation checks the percentage of valid timestamp string that are not in future in a dataset.
Example
Count Date Not In Future
The count date not in future validation checks the number of valid timestamp string with date that are not in future in a dataset.
Example
Percent Date Not In Future
The percent date not in future validation checks the percentage of valid timestamp string with date that are not in future in a dataset.
Example