# Unnest

Unnest a list column or a list of data frames by making each element of the list to be presented in its own row.

## How to Access This Feature

You can access it from column menu of list columns. ![](/files/-M4oNAiCJymgLyAH8haL)

## Unnest

![](/files/-M4oNAiE3kqu3RMBAgJk)

* Column - List column to unnest.
* Drop other list columns (Optional) - The default is TRUE. Set whether the other list column(s) to be dropped or not.
* Column Name Separator (Optional) - If this is used, the names of unnested data frame columns are combined with list keys separated by the text.
* List Key Column Name (Optional) - If this is used, it creates a new column of list keys, giving a unique identifer. This is most useful if the list column is named.


---

# 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/unnest.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.
