Apply operations stored in table to another table
Input
Input table
Table that contains the data to apply operations on
Operation table
Table that contains the operation's name and operations's calculations
Output
Table
2d excel like table
Configuration
name_column
Name of the column in Operation Table that contains operations' names. If not provided, the first column will be used
string
calculations_column
Name of the column in Operation Table that contains operations' calculations. If not provided, the second column will be used
string
keep_original_columns
If true, the original columns of the Table will be added at the end of the Table. If false, only the calculcation columns are kept.
bool
unknown_column_option
Option to apply when an unknown column is found in the operation table.
string
Error
Set result to NaN
Replace unknown columns with 0
Set result to NaN