# How to remove columns from a table in Cascade

It is often desirable to focus on specific data points while filtering out distracting details. Cascade offers the [Select Columns](/cascade/tools/transform/selectcolumns.md) tool to remove columns from the workflow without sacrificing the ability to access them later. The data is never deleted or removed from the source, maintaining the flexibility of retaining the information if necessary.

To utilize the [Select Columns](/cascade/tools/transform/selectcolumns.md) tool, drag and drop it onto the Canvas. Then, choose whether to keep or drop the selected columns.

If “[**Keep Selected Columns**](/cascade/tools/transform/selectcolumns.md#configuration)” is selected, only the chosen columns will continue downstream. If “[**Drop Selected Columns**](/cascade/tools/transform/selectcolumns.md#configuration)” is selected, the specified columns will be removed from the table, however, other columns, including new ones, will still flow downstream.

Lastly, select the columns you would like to keep or drop from the dropdown menu.

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


---

# 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.cascade.io/cascade/cascade-faqs/knowledge-based/how-to-remove-columns-from-a-table-in-cascade.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.
