> ## Documentation Index
> Fetch the complete documentation index at: https://www.traceloop.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Data Columns

Columns are the building blocks of playgrounds, defining what kind of data you can store, process, and analyze.

<img className="block dark:hidden" src="https://mintcdn.com/enrolla/-xQ9K52hAYrcQGvz/img/playground/play-column-list-light.png?fit=max&auto=format&n=-xQ9K52hAYrcQGvz&q=85&s=4dd205dab9f833df58876c2ee779d516" width="459" height="549" data-path="img/playground/play-column-list-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/enrolla/-xQ9K52hAYrcQGvz/img/playground/play-column-list-dark.png?fit=max&auto=format&n=-xQ9K52hAYrcQGvz&q=85&s=d331520b479be0b6cf4f3a49a12a13a9" width="455" height="535" data-path="img/playground/play-column-list-dark.png" />

<Tip>
  **Need to reorder, edit, or delete columns?**

  Learn how to effectively manage your columns in the [Column Management](./column-management) guide.
</Tip>

## 📝 Data Input Columns

Store and manage static data entered manually or imported from external sources.

### Text field

Free-form text input with multiline support

### Numeric

Numbers, integers, and floating-point values

<img className="block dark:hidden" src="https://mintcdn.com/enrolla/GspX1ocwd1gETLy0/img/playground/play-number-col-light.png?fit=max&auto=format&n=GspX1ocwd1gETLy0&q=85&s=73eec08d9f51e84050bd71ef59d81898" style={{maxWidth: '300px'}} width="459" height="535" data-path="img/playground/play-number-col-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/enrolla/GspX1ocwd1gETLy0/img/playground/play-number-col-dark.png?fit=max&auto=format&n=GspX1ocwd1gETLy0&q=85&s=af327ac5b7b58d867434fcf781e4dad4" style={{maxWidth: '300px'}} width="454" height="527" data-path="img/playground/play-number-col-dark.png" />

The last row allows you to choose a calculation method for the column, such as average, median, minimum, maximum, or sum.

<img className="block dark:hidden" src="https://mintcdn.com/enrolla/GspX1ocwd1gETLy0/img/playground/play-number-col-summary-light.png?fit=max&auto=format&n=GspX1ocwd1gETLy0&q=85&s=cf9570a5386e88fe796183e2a4941a97" style={{maxWidth: '300px'}} width="481" height="534" data-path="img/playground/play-number-col-summary-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/enrolla/GspX1ocwd1gETLy0/img/playground/play-number-col-summary-dark.png?fit=max&auto=format&n=GspX1ocwd1gETLy0&q=85&s=2b47a6e9b34e2953b4b0ebeb01eea7aa" style={{maxWidth: '300px'}} width="465" height="536" data-path="img/playground/play-number-col-summary-dark.png" />

### Single select

Single-choice columns let you define a set of predefined options and restrict each cell to one selection.
To create one, set the column name and add options in the Create Column drawer.
In the values box, type an option and press Enter to save it—once added, it will appear as a colored label.

In the table, each cell will then allow you to select only one of the defined options.
This column type is especially useful for manual tagging with a single tag.

<img className="block dark:hidden" src="https://mintcdn.com/enrolla/GspX1ocwd1gETLy0/img/playground/play-single-select-creation-light.png?fit=max&auto=format&n=GspX1ocwd1gETLy0&q=85&s=d9f1c12d407a9abb6147ea8eb07acac1" width="840" height="419" data-path="img/playground/play-single-select-creation-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/enrolla/GspX1ocwd1gETLy0/img/playground/play-single-select-creation-dark.png?fit=max&auto=format&n=GspX1ocwd1gETLy0&q=85&s=ce46776e681b5bd7cd25e8406c4dc485" width="848" height="422" data-path="img/playground/play-single-select-creation-dark.png" />

<img className="block dark:hidden" src="https://mintcdn.com/enrolla/GspX1ocwd1gETLy0/img/playground/play-single-select-light.png?fit=max&auto=format&n=GspX1ocwd1gETLy0&q=85&s=3203f31fbee7d3d9cdd8d9549ef44f7d" width="264" height="348" data-path="img/playground/play-single-select-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/enrolla/GspX1ocwd1gETLy0/img/playground/play-single-select-dark.png?fit=max&auto=format&n=GspX1ocwd1gETLy0&q=85&s=887fdaf04295b484c35e5071d2575413" width="266" height="356" data-path="img/playground/play-single-select-dark.png" />

### Multi select

Multi-select columns let you define a set of predefined options and allow each cell to contain multiple selections. The setup process is the same as for single-select columns: define the column name, add options in the Create Column drawer, and save them as labels.

In the table, each cell can then include several of the defined options. This column type is especially useful for manual tagging with multiple tags.

<img className="block dark:hidden" src="https://mintcdn.com/enrolla/GspX1ocwd1gETLy0/img/playground/play-multi-select-light.png?fit=max&auto=format&n=GspX1ocwd1gETLy0&q=85&s=6819744eb6616a208cf544b43a1c566e" width="271" height="365" data-path="img/playground/play-multi-select-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/enrolla/GspX1ocwd1gETLy0/img/playground/play-multi-select-dark.png?fit=max&auto=format&n=GspX1ocwd1gETLy0&q=85&s=eecc366aaa398d7a5ae43850bb82c028" width="270" height="356" data-path="img/playground/play-multi-select-dark.png" />

### JSON

A JSON column allows you to store and edit structured JSON objects directly in the Playground. Each cell can contain a JSON value, making it easy to work with complex data structures.

When editing a cell, an Edit JSON panel opens with syntax highlighting and formatting support, so you can quickly add or update fields.

<img className="block dark:hidden" src="https://mintcdn.com/enrolla/GspX1ocwd1gETLy0/img/playground/play-json-light.png?fit=max&auto=format&n=GspX1ocwd1gETLy0&q=85&s=9a55508b40b99129ad3e1260df4ba323" width="547" height="728" data-path="img/playground/play-json-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/enrolla/GspX1ocwd1gETLy0/img/playground/play-json-dark.png?fit=max&auto=format&n=GspX1ocwd1gETLy0&q=85&s=22f9fe4a02a9b3fc50a84b9f6ca059f2" width="544" height="734" data-path="img/playground/play-json-dark.png" />
