Skip to main content
This gem runs in .

Overview

Transforms one or more column names or values by using expressions and/or functions. It’s useful when we need to extract only the required columns or make changes column-wise.
The gem has a corresponding interactive gem example. See Interactive gem examples to learn how to run sample pipelines for this and other gems.

Parameters

ParameterDescriptionRequired
ModelInput Source on which changes are requiredTrue
Target columnOutput column nameFalse
ExpressionExpression to compute target columnRequired if a Target column is present
If no columns are selected, then all columns are passed through to the output.