# Bulk column header edits

## Why bulk column header edits

Sometimes you need to make the same edit to all of your column headers. If you have many columns, it take a lot of time to update each column header one at a time. For example, after constructing a pivot table, you might want to remove the aggregation type from the column header. Bulk column header edits let you update all of your column headers at once.&#x20;

## How to bulk update column headers

1. Open the `Data` tab.
2. Click `Rename Columns`.
3. Use the taskpane to convert the column headers to uppercase/lowercase, or find and replace text the column headers.&#x20;

<figure><img src="/files/V9km6tLVgJX83R81whGl" 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.trymito.io/how-to/bulk-column-header-edits.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.
