# Ungroup

Converts the data frame into a grouped data frame where the following operations will be performed based on the groups. Grouping should be done before you want to aggregate values.

## How to Access This Feature

### From + (plus) Button

![](/files/-M4oN4St8HoIDynajz5d)

* Click "+" button and select "Group By".

### From Group Menu

![](/files/-M4oN4Svl3EpdHRX4mEc)

* You can also click "Ungroup" from the group dropdown menu.


---

# 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.exploratory.io/data-wrangling/ungroup.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.
