# Separate List Items into Rows (Unnest Longer)

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. ![](https://2850417076-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4HLCK3olgduYoe3RVS%2Fsync%2F103f997bf7bab2b7792fff054c6f8878e809f21e.png?generation=1601668144403107\&alt=media)

## Separate List Items into Columns (Unnest Wider)

![](https://2850417076-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4HLCK3olgduYoe3RVS%2Fsync%2F1f55a87529beebfb766620cb65996f42cbd77963.png?generation=1601668144011747\&alt=media)

* Column - List column to unnest.
* Repair Column Names (Optional) - The default is Unique Without Empty.
  * Override: Override existing column if resulting column name conflicts with existing one.
  * Unique without Empty: Make sure resulting column names are unique and not empty,
  * Unique without Special Characters: Make sure resulting column names are unique and do not have special characters.
