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


---

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