Contents

ColumnSelectorTransformer

A transformer that applies a base transformer to specific columns in a data frame.

Declaration

struct ColumnSelectorTransformer<Base, UnwrappedInput> where Base : Transformer, Base.Input == UnwrappedInput?

Topics

Creating the transformer

Getting the properties

Applying a transformation

See Also

Tabular components