Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.prophecy.ai/llms.txt

Use this file to discover all available pages before exploring further.

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.