Overview
Validatar ships with 40 data profiles already configured. Each one can be modified at both the management level and definition level within a database engine.
- Record Count
- Table profile
- Returns the record count of the table.
- Result Format: Numeric Value
- Total Data MB
- Table profile
- Returns the total size of the table in megabytes.
- Result Format: Numeric Value
- Distinct Count
- Column profile
- Returns the distinct number of records in the column.
- Result Format: Numeric Value
- Distinct Percent
- Column profile
- Prerequisites: Distinct Count, Record Count
- Returns the distinct count divided by the total number of records.
- Result Format: Percent Value
- Most Common Value
- Column profile
- Returns the most frequently used value.
- Result Format: String
- Most Common Count
- Column profile
- Returns the most frequently used number.
- Result Format: Numeric Value
- Minimum (Numeric)
- Column profile
- Returns the minimum value of a numeric column.
- Result Format: Numeric Value
- Maximum (Numeric)
- Column profile
- Returns the maximum value of a numeric column.
- Result Format: Numeric Value
- Mean (Numeric)
- Column profile
- Returns the average value of a numeric column.
- Result Format: Numeric Value
- Median (Numeric)
- Column profile
- Returns the median value of a numeric column.
- Result Format: Numeric Value
- Lower Quartile
- Column profile
- Returns the middle value between the lowest value and the median of the column.
- Result Format: Numeric Value
- Upper Quartile
- Column profile
- Returns the middle value between the median and the highest value of the column.
- Result Format: Numeric Value
- Minimum (String)
- Column profile
- Returns the minimum value of a string column.
- Result Format: String Value
- Maximum (String)
- Column profile
- Returns the maximum value of a string column.
- Result Format: String Value
- Standard Deviation
- Column profile
- Returns the measure of variance in a numeric column.
- Result Format: Numeric Value
- Max Length
- Column profile
- Returns the maximum length of a value in a string column.
- Result Format: String Value
- Min Length
- Column profile
- Returns the minimum length of a value in a string column.
- Result Format: String Value
- Mean Length
- Column profile
- Returns the average length of a value in a string column.
- Result Format: String Value
- Length Distribution
- Column profile
- Returns a list of lengths and their count of occurrences in a string column.
- Result Format: Numeric Array
- Null Count
- Column profile
- Returns the count of null values in a column.
- Result Format: Numeric Value
- Null Percent
- Column profile
- Returns the count of null values divided by the total record count in a column.
- Result Format: Percent Value
- Blank Count
- Column profile
- Returns the count of blank values in a column.
- Result Format: Numeric Value
- Blank Percent
- Column profile
- Returns the count of blank values divided by the total record count in a column.
- Result Format: Percent Value
- Numeric Count
- Column profile
- Returns the count of numeric values in a string column.
- Result Format: Numeric Value
- Numeric Percent
- Column profile
- Returns the count of numeric values divided by the total record count in a string column.
- Result Format: Percent Value
- Zero Count
- Column profile
- Returns the count of values that equal 0 in a numeric column.
- Result Format: Numeric Value
- Zero Percent
- Column profile
- Returns the count of values that equal 0 divided by the total record count in a numeric column.
- Result Format: Percent Value
- Negative Count
- Column profile
- Returns the count of values less than 0 in a numeric column.
- Result Format: Numeric Value
- Negative Percent
- Column profile
- Returns the count of values less than 0 divided by the total record count in a numeric column.
- Result Format: Percent Value
- Minimum (Date)
- Column profile
- Returns the earliest date in a column.
- Result Format: Date/Time Value
- Maximum (Date)
- Column profile
- Returns the most recent date in a column.
- Result Format: Date/Time Value
- Longest Value
- Column profile
- Returns the value with the longest length in a string column.
- Result Format: String Value
- Shortest Value
- Column profile
- Returns the value with the shortest length in a string column.
- Result Format: String Value
- Distribution (String)
- Column profile
- Returns a list of values and their count of occurrences in a string column.
- Result Format: String Array
- Distribution (Numeric)
- Column profile
- Returns a list of values and their count of occurrences in a numeric column.
- Result Format: Numeric Array
- Top 10 Values
- Column profile
- Returns the 10 most common values in a column.
- Result Format: String Array
- Bottom 10 Values
- Column profile
- Returns the 10 least common values in a column.
- Result Format: String Array
- Binned (Numeric)
- Column profile
- Returns the grouping of values into bins for a numeric column.
- Result Format: Numeric Array
- Year Distribution
- Column profile
- Returns a list of years and their count of occurrences in a Date/Time column.
- Result Format: String Array
- Year Month Distribution
- Column profile
- Returns a list of years and months and their count of occurrences in a Date/Time column.
- Result Format: String Array