# Copying, deleting, and keeping columns

* [Copying columns](#copying-columns)
* [Deleting columns](#deleting-columns)
* [Keeping columns](#keeping-columns)

In Turium, you can copy, delete, and keep columns.

***

### Copying columns  <a href="#copying-columns" id="copying-columns"></a>

You can copy columns and add a new name to the copied column. You might want to copy a column to see the impact of using different directives on the dataset.

To copy a column, follow these steps:

1. For the column you want to copy, select the drop-down menu.
2. Select Copy column, and enter a new name for the column.

Turium copies the column and adds the copy directive to the recipe. When you run the data axon, the transformation will be applied to all values in the column.

***

### Deleting columns  <a href="#deleting-columns" id="deleting-columns"></a>

For datasets with lots of columns, delete unnecessary columns to help improve axon performance and save resources. The fewer columns, the faster the axon run completes. This is especially true for axons that include a Joiner transformation.

To delete a column from a dataset, follow these steps:

1. For the column you want to delete, select the drop-down menu.
2. Select Delete column.

Turium deletes the column and adds the drop directive to the recipe.

***

### Keeping columns  <a href="#keeping-columns" id="keeping-columns"></a>

You can keep one column in a dataset and drop the rest of the columns.

To Keep a column in a dataset, follow these steps:

1. For the column you want to keep, select the drop-down menu.
2. Select Keep column.

Turium deletes all columns in the dataset except the one you marked to keep and adds the keep directive to the recipe.

***


---

# 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://docs.turium.ai/home/algoreus/turium-connector-documentation/turium-fabriq-overview/how-to-guides/soma-transformation-user-guide/copying-deleting-and-keeping-columns.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.
