Skip to main content
Version: 1.9.1

Enrich

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_table

The name of the table with the added data quality classifier columns. If None, the original table is used.

parameter
tags

Optional tags to link this operator to specific classifiers.

Properties

property
tagslist[str] | None

Returns the list of tags associated with this operator.

property
to_tablestr | None

Returns the destination table with the enriched data quality classifier columns. If None, the original table is used.