Skip to main content
Version: 1.7.1

Operators

AllOkA boolean criteria that selects records where all boolean classifiers pass (True).
AnyFailedA boolean criteria that selects records where at least one boolean classifier fails (False).
EnrichAn operator that adds the data quality classifier columns to the original table frame.
FailAn operator that fails the current transaction if a data quality threshold is met.
FilterAn operator that filters rows from a table based on data quality criteria.
InBinsA category criteria that selects records where the value in the specified columns falls into one of the given bins.
NotInBinsA category criteria that selects records where the value in the specified columns does not fall into any of the given bins.
PercentThresholdA threshold based on a percentage of total rows.
SelectAn operator that selects rows based on data quality criteria and writes them to another table.
SummaryAn operator that generates a data quality summary report for a table.