Absolute value
Last updated
Was this helpful?
The Absolute Value step allows you to calculate the absolute value of numbers in a specified column, creating a new column with the results.
Input Column column(string)*: Select the column containing the numbers to convert to absolute values.
New Column Name string*: Specify the name for the new column that will contain the calculated absolute values.
Input

Configuration
Output

Last updated
Was this helpful?
Was this helpful?
{
"column": "sales",
"new_column": "abs_value"
}