# Statistics Panel

<figure><img src="/files/K0EAhfHfgRTQ8Ln834yZ" alt=""><figcaption></figcaption></figure>

## **Overview**

Understanding your dataset is crucial before undertaking any analysis. The Statistics Panel in Tabula.io offers a range of profiling widgets to make this process straightforward and insightful.

<figure><img src="/files/djo56LPJ8baRJbMSiyXN" alt=""><figcaption></figcaption></figure>

### **Getting Started**

1. Open your dataset in the Explorer Page - you will see the Statistics panel on the right side next to the table.
2. Alternatively, open the Flow Page, select any node, and select the "Stats" tab in the right panel.

Depending on the columns you select, you will see different widgets and visualizations:

**No columns are selected.** A summary widget for each column is displayed. Click on a row above the widget to see extended analytics for a specific column.

**One column is selected.** A set of widgets related to the selected column is shown.

**Two or more columns are selected.** A list of summary widgets for the selected columns is displayed. You can drill down into any widget for more information.

### **Profiling Widgets**

The following widgets are available for data profiling:

**Data Quality Widget.** Displays the summary of data quality for all rows in a column.

**Summary Widget.** Shows summary statistics based on the column's data type. Contains main and additional statistics.

**Frequency (unique values) Widget.** Displays the most (or least) frequent values in a column, sorted by default in descending order.

**Histogram Widget.** Visualizes the distribution of values in columns as bars.

**Periodic Histogram Widget.** Available for periodic data types only (e.g., DateTime, Date, Time). Shows value distribution grouped by parts of data, such as year, month, week, day, and hours.

#### **Data Types and Widgets**

Depending on the data type of the columns, specific widgets, and visualizations will be displayed:

* String: Data Quality, Summary, and Frequency
* Boolean: Data Quality and Frequency
* Integer and Decimal: Histogram, Data Quality, Summary, and Frequency
* DateTime, Date, and Time: Histogram, Periodic Histogram, Data Quality, Summary, and Frequency
* Array and Object: Data Quality


---

# 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.tabula.io/product-overview/exploring-data/statistics-panel.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.
