> For the complete documentation index, see [llms.txt](https://docs-v3.toucantoco.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-v3.toucantoco.com/data-management-in-datahub/datasets-in-toucan/preparing-data/overview-of-youprep-tm/compute/absolute-value.md).

# 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**

<figure><img src="/files/YU3TJU7ph99mlSwia1T3" alt=""><figcaption><p>Compute - Absolute value input</p></figcaption></figure>

**Configuration**

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

**Output**

<figure><img src="/files/OEHQkmf9z7d1l9ey2LZM" alt=""><figcaption><p>Compute - absolute value output</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-v3.toucantoco.com/data-management-in-datahub/datasets-in-toucan/preparing-data/overview-of-youprep-tm/compute/absolute-value.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
