Absolute value

The Absolute Value step allows you to calculate the absolute value of numbers in a specified column, creating a new column with the results.

Step parameters

  • 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.

Example

Input

Compute - Absolute value input

Configuration

{
    "column": "sales", 
    "new_column": "abs_value"
}

Output

Compute - absolute value output

Last updated

Was this helpful?