> For the complete documentation index, see [llms.txt](https://docs.exploratory.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exploratory.io/data-wrangling/unnest.md).

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