> 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/hoist.md).

# Hoist

Hoist allows you to selectively pull component of a list-column out in to their own top-level column, using the same syntax as purrr::pluck().

## How to Access This Feature

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

## Unnest

![](/files/-MGf1PyX5OqsfqubsBbr)

* Column - List column from where you select a component.
* By Name or By Position - flag to decide whether you pull component by item name or by item position.
* Name (or Position) - The name (or the index) of the item that you want to pull.
* New Column Name - The resulting column name.
