# Change Column

In this document, you explore how to make changes to a column in Astera Dataprep.

1. To change a column, select the *Layout* option in the toolbar and select *Change Column* from the drop-down.

![](/files/KJshQO1A9c6uxzb7jAX1)

Alternatively, you can also right-click on the column you need to change and select the *Change Column* option from the drop-down.

![](/files/MLCqDMI0coECMWBnq0od)

2. Once selected, the *Recipe Configuration – Change Column* panel will open. Here, you can define the *Name, Operation,* and any related information depending on the *Operation* that you have selected.

* **Name:** The name of the column that needs to be modified.
* **Operation:** The modification that needs to be applied to the column. This drop-down consists of three options: DataType, Header, and Value.

  ![](/files/evg9XPhBartepJIAB9pT)

  * **DataType:** Select this if the column’s data type needs to be modified. If selected, you can use the Type drop-down to choose a new data type for the selected column.

  <figure><img src="/files/Z19B8XAK8HRDhUmQ9e4z" alt=""><figcaption></figcaption></figure>

  * **Header:** Select this if a column’s header needs to be changed. If selected, you can specify a new header in the *Header* textbox.

  <figure><img src="/files/qAtj7FvU21r4sHNoqjsQ" alt=""><figcaption></figcaption></figure>

  * **Value:** Select this if you need to modify the value within a column. If selected, you can use the expression box to enter an expression that you want to be applied.

![](/files/WhaOCkZUc5d3mR9ZT0gR)

3. Once you are done with the necessary configurations, you can select the *Apply* ![](/files/PHTp9imqhWlBPUc5JPGr) option for the changes to be applied to the selected column.

![](/files/e2jQM85Y9FbG2ElmpGZu)


---

# Agent Instructions: 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://documentation.astera.com/dataprep/layout/change-column.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.
