Contents

TabularTransformer

A tabular transformer that transforms a data frame.

Declaration

protocol TabularTransformer : Transformer where Self.Input == DataFrame, Self.Output == DataFrame

Overview

Tabular transformers represent operations on data frames. They modify and operate on values on one or more columns.

Topics

Appending

Adapting

Transforming

Exporting

See Also

Tabular components