TabularTransformer
A tabular transformer that transforms a data frame.
Declaration
protocol TabularTransformer : Transformer where Self.Input == DataFrame, Self.Output == DataFrameOverview
Tabular transformers represent operations on data frames. They modify and operate on values on one or more columns.