> 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/product-features/table.md).

# Table View

At the Table View, you can view the details information of the selected data frame.

You can view the data in each column in the selected data frame.

![](/files/-MA4_Gq34a2cGv-i7U0w)

## Row Filter

You can filter rows by the condition on Table View. See [Row Filter](/product-features/row_filter.md) for more details.

## Column Filter

You can filter columns by the condition on Table View. See [Column Filter](/product-features/column_filter.md) for more details.

## Column Metrics

You can show the column metrics by hovering the column header area and click the green "i" icon.

![](/files/JZP39gw8xsJr0TIVUlFt)

## Column Menu

You can click the downward button to see the column menu. It shows a list of operations you can perform against this column.

![](/files/-MA4_Gq7oJr_v6_gEwdc)

## Select Columns

You can select a column by clicking a panel. You can also choose multiple panels by Shift+Click or Control(Command)+Click.

After selecting columns, you can open the column menu and select an operation to perform the operation to multiple columns at a time.

![](/files/-MA4_GqCsE2M8RsRG1ki)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/product-features/table.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.
