# Dataset Explainer

The Dataset Explainer tab provides a high-level preview of the dataset that has been used for the experiment. It redirects the user to the ***Data Profile*** page.

The ***Data Profile*** is displayed using various sections such as:

* Data Set Info
* Variable Types
* Warnings
* Variables
* Correlations
* Missing Values
* Sample&#x20;

Let us see each of them one by one.

## Data Info

The Data Profile displayed under the Dataset Explainer section displays the following information for the Dataset.

* Numbers of variables
* Number of observations
* Missing cells
* Duplicate rows
* Total size in memory
* Average record size in memory

## Variable Types

This section mentions variable types for the data set variables. The selected Data set contains the following variable types:

* Numeric
* Categorical
* Boolean
* Date
* URL
* Text (Unique)
* Rejected
* Unsupported

## Warnings

This section informs user about the warnings for the selected dataset.

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

## Variables

It lists all the variables from the selected Data Set with the following details:

* Distinct count
* Unique
* Missing (in percentage)
* Missing (in number)
* Infinite (in percentage)
* Infinite (in number)
* Mean
* Minimum
* Maximum
* Zeros (in percentage)

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

## Correlation

It displays the variables in the correlation chart by using various popular methods.

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

## Missing Values

This section provides information on the missing values through Count, Matrix, and Heatmap visualization.

* Count: The count of missing values is explained through column chart.

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

* Matrix

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

* Heatmap

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

## Sample

This section describes the first 10 and last 10 rows of the selected dataset as a sample.

### First rows

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

### Last Rows

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


---

# 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.bdb.ai/data-science-lab-5/tabs-for-a-dsl-project/automl/automl-list-page/view-explanation/dataset-explainer.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.
