---
title: The Selected Columns Tab
description: The Selected Columns tab shows the distribution and statistics of the currently selected columns in selection order. With two or more columns selected, a Relationships grid covering only the selected columns shows the pairwise relationships.
priority: 0.6
audience: 選択した列の詳細をまとめて見る場所を探している読者。Data Table や Statistics タブで列を選択する操作は仮定する
criteria: タブの開き方・列の選択方法・表示内容を UI の事実として書く。統計量の定義と計算方法は Statistics タブのページに集約し、ここでは繰り返さずリンクする
---

# The Selected Columns Tab {#selected-columns}

The Selected Columns tab shows the distribution and statistics of the columns you have selected. While the [Statistics tab](basic-statistics) gives an overview of every column, this tab shows only the selected columns at the full width of the pane.

![Details of the selected columns shown in the Selected Columns tab](../shared/images/selected-columns-detail.webp)

## Where It Appears {#where-it-appears}

When you open a project, a Selected Columns tab is automatically created in the right pane next to the Statistics tab. If you close the tab, you can reopen it from **View > Selected Columns** in the menu bar, the **+** button in a pane, or the Command Palette (**Ctrl/Cmd+P**).

When no columns are selected, the tab shows "No columns selected".

## Selecting Columns {#selecting-columns}

The column selection is shared across tabs, and either of the following operations produces the same result.

- Click column headers in the [Data Table](data-table) (Ctrl/Cmd+click to add)
- Click rows in the Columns section of the [Statistics tab](basic-statistics#columns-section)

Clicking a selected column again deselects it.

## What It Shows {#what-it-shows}

The header displays the dataset name, the row count, the number of selected columns, and the number of selected rows. Below the header, one section per selected column appears in selection order. Each section starts with the column name, data type, measurement scale, non-null count (n), and missing count (miss), followed by the distribution chart and statistics. The statistics shown depend on the column's data type and measurement scale; see [Statistics by Data Type](basic-statistics#statistics-by-data-type).

Choosing a column in the **Show stats by** dropdown switches the distributions and statistics to a per-group view. The behavior is the same as [grouping](basic-statistics#grouping-feature) in the Statistics tab.

## Relationships {#relationships}

With two or more columns selected, a Relationships grid covering only the selected columns appears at the end. When exactly two columns are selected, the detail for that pair opens automatically. The grid and the pair detail are the same as the [Relationships section](basic-statistics#relationships) of the Statistics tab.

## See also {#see-also}

- **[The Statistics Tab](basic-statistics)** -- Summary of every column and pairwise relationships
- **[The Data Table Tab](data-table)** -- Selecting columns and viewing data
- **[How Row Selection Works](row-selection)** -- Selecting rows and how selection is shared across tabs
