Enrich
classView source ↗
class Enrich(to_table: str | None = None, tags: str | list[str] | NoneType = None)
Bases: TagOperator
Categories: dq-operator
An operator that adds the data quality classifier columns to the original table frame. It does not remove any row from the original table.
Initializes the Enrich operator.
Parameters
parameter
to_tableThe name of the table with the added data quality classifier columns. If None, the original table is used.
parameter
tagsOptional tags to link this operator to specific classifiers.
Properties
property
tagslist[str] | NoneReturns the list of tags associated with this operator.
property
to_tablestr | NoneReturns the destination table with the enriched data quality classifier
columns. If None, the original table is used.