References → Formula Recipe

The Formula recipe offers a flexible approach to data manipulation. Any formulas crafted within the feature will be appended as a column on the far right side of the existing dataset, giving you the power to engineer data as you see fit.

Configuration

ConfigurationDescription
Recipe NameA freeform name of how a user would like to name a recipe
InputSelect a previously constructed recipe to process
Add Column(s)
  • Enter the name of the new column
  • The output data type
  • The spark expression to be evaluated.
New ColumnSelect a button to add another formula column. New columns can reference the output value from the columns above it.