# Explore data

> Explore data - The Data assets tile lists each dataset that has been added to your Use Case and
> provides the ability interact with those datasets, by exploring features, managing feature lists,
> wrangling data, or creating an experiment.

This Markdown file sits beside the HTML page at the same path (with a `.md` suffix). It summarizes the topic and lists links for tools and LLM context.

Companion generated at `2026-05-06T18:17:10.052156+00:00` (UTC).

## Primary page

- [Explore data](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/dataprep/explore-data/index.html): Full documentation for this topic (HTML).

## Sections on this page

- [Data explore tiles](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/dataprep/explore-data/index.html#data-explore-tiles): In-page section heading.
- [Info tile](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/dataprep/explore-data/index.html#info-tile): In-page section heading.
- [Data preview tile](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/dataprep/explore-data/index.html#data-preview-tile): In-page section heading.
- [Features tile](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/dataprep/explore-data/index.html#features-tile): In-page section heading.
- [Dataset versioning](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/dataprep/explore-data/index.html#dataset-versioning): In-page section heading.
- [Data actions](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/dataprep/explore-data/index.html#data-actions): In-page section heading.
- [Next steps](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/dataprep/explore-data/index.html#next-steps): In-page section heading.

## Related documentation

- [NextGen UI documentation](https://docs.datarobot.com/en/docs/workbench/index.html): Linked from this page.
- [Workbench](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/index.html): Linked from this page.
- [Data preparation](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/dataprep/index.html): Linked from this page.
- [exploratory data insights](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/dataprep/explore-data/eda-insights.html): Linked from this page.
- [feature lists](https://docs.datarobot.com/en/docs/reference/pred-ai-ref/custom-list-ref.html): Linked from this page.
- [Perform data wrangling](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/dataprep/wrangle-data/index.html): Linked from this page.
- [Open in SQL Editor](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/dataprep/wrangle-data/sql-editor.html): Linked from this page.
- [Data Registry](https://docs.datarobot.com/en/docs/api/reference/sdk/data-registry.html): Linked from this page.
- [(EDA1)](https://docs.datarobot.com/en/docs/reference/data-ref/eda-explained.html#eda1): Linked from this page.
- [feature lists](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/dataprep/explore-data/data-featurelist.html): Linked from this page.
- [transforming an existing feature](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/dataprep/transform-features.html): Linked from this page.
- [Add more data.](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/dataprep/add-data/index.html): Linked from this page.
- [Perform data wrangling for datasets added via a data connection.](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/dataprep/wrangle-data/build-recipe/index.html): Linked from this page.
- [Use the dataset to set up an experiment and start modeling.](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/experiments/index.html): Linked from this page.

## Documentation content

The Data assets tile lists all datasets and recipes currently linked to the selected Use Case. From here, you can manage your assets and launch various data actions:

|  | Element | Description |
| --- | --- | --- |
| (1) | Add Data | Click to open the Add data modal, allowing you to add datasets to the current Use Case. |
| (2) | Search | Search for a specific dataset. |
| (3) | Asset type icons | Each asset is preceded by one of the following icons: : Indicates that the asset is a registered dataset.: Indicates that the asset is a wrangling recipe. |
| (4) | Actions menu | Click the Actions menu to interact with a data asset.For datasets you can:Edit dataset name: Rename the dataset.Explore: View exploratory data insights and manage feature lists.Open in Wrangler: Perform data wrangling on datasets retrieved from a data connection.Open in SQL Editor: Use SQL queries to clean and prepare data.Feature Discovery: Perform Feature Discovery when working with two or more datasets.Start modeling: Set up an experiment using the dataset.Remove from Use Case: Remove the dataset from the Use Case, also removing access for any team members. The dataset is still available via the Data Registry.For recipes you can:Edit: Modify the wrangling recipe.Clone: Create a duplicate entry of the wrangling recipe.Remove from Use Case: Remove the recipe from the Use Case. |
| (5) | Sort | Sort the dataset columns. |

While a dataset is being registered in Workbench, DataRobot also performs exploratory data analysis [(EDA1)](https://docs.datarobot.com/en/docs/reference/data-ref/eda-explained.html#eda1) —analyzing and profiling every feature to detect feature types, automatically transform date-type features, and assess feature quality. Once registration is complete, you can explore the information uncovered while computing EDA1.

To open the data explore page, click the Actions menu next to the dataset you want to view and select Explore. Alternatively, click the dataset name to view its insights.

## Data explore tiles

| Tile | Description |
| --- | --- |
|  | Displays summary information for the dataset. |
|  | Displays a more visual representation of the features in your dataset, including frequent values. |
|  | Displays features in a table format alongside feature importance and summary statistics. Select specific features to view more detailed data insights than those shown on the Data preview tile. |
|  | Allows you to create new feature lists as well as manage existing ones. |

### Info tile

Displays summary information for the dataset version you're currently viewing.

The page reports:

| Field | Description |
| --- | --- |
| Created | A timestamp indicating the registration date of the dataset as well as the user who added the dataset to DataRobot. |
| Dataset | The name, number of features, and number of rows in the dataset. |
| Recipe | The name and recipe type used to create the dataset after being applied to the source data. |
| Modified | A timestamp indicating when the dataset was last modified as well as the user who modified the dataset. |
| Feature Summary | The number of features in the dataset, grouped by data type. |

If the dataset you're viewing is the output of a published wrangling recipe, you can click Recipe SQL at the bottom of the page to view the final compiled form of the operations executed by the data source.

### Data preview tile

Displays a preview using a uniform random sampling of the selected dataset (see [EDA insights](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/dataprep/explore-data/eda-insights.html) for more information). If the dataset is dynamic, you can view an interactive sample, in which case DataRobot displays a random sampling of the raw data. You can specify the sampling method and number of rows in the right panel under Interactive sample. This option is not available for snapshot datasets.

|  | Element | Description |
| --- | --- | --- |
| (1) | Show features from dropdown | Allows you to view features from a specific feature list. |
| (2) | + Create feature list | Creates a new feature list. |
| (3) | Search | Searches for a specific feature in the dataset or feature list you're currently viewing. |
| (4) | Features | Displays each feature row and column for the selected feature list. |
| (5) | Frequent values chart | Plots the counts of each individual value for the most frequent values of a feature. |
| (6) | Snapshot policy | Displays the selected dataset version. If the snapshot version is selected, DataRobot displays the date and time of the snapshot creation. Click the dropdown to access the following:Version history: An abbreviated version history that displays the dynamic dataset (live data) and most recent snapshot. + Create snapshot: Creates a snapshot of the dataset you're viewing. After registration is complete, the new snapshot is listed as the latest version, and can also be accessed in the Use Case and Data Registry. Select version: Opens Dataset Versions in the right panel. |
| (7) | Preview sample | Displays the number of rows used to generate the preview out of the total number of rows in the dataset. |
| (8) | Wrangling recipe | Allows you to view the wrangling recipe, if applicable, associated with the dataset, as well as continue wrangling the dataset. |

Select a feature to view additional summary statistics and insights.

|  | Element | Description |
| --- | --- | --- |
| (1) | Feature dropdown | Allows you to change the feature you're currently viewing. |
| (2) | Summary statistics | Displays summary statistics for the feature, including data quality issues and unique values. |
| (3) | Insights | Allows you to view available insights for the variable type of the feature. |
| (4) | Hover details | Displays additional information when you hover on the chart. |
| (5) | Go to feature | Opens the Features tile and expands the feature you were viewing. |

### Features tile

Displays each feature within the selected feature list. Click on a feature to view additional information, including summary metrics and frequent values. The [available insights](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/dataprep/explore-data/eda-insights.html#available-insights) are based on the variable type of the feature.

|  | Element | Description |
| --- | --- | --- |
| (1) | Show features from dropdown | Allows you to view features from a specific feature list. |
| (2) | + Create feature list | Creates a new feature list. |
| (3) | Search | Searches for a specific feature in the dataset or feature list you're currently viewing. |
| (4) | Features | Displays each feature, as well as summary statistics for each feature, in the selected feature list. |
| (5) | Snapshot policy | Displays the selected dataset version. If the snapshot version is selected, DataRobot displays the date and time of the snapshot's creation. Click the dropdown to access the following:Version history: An abbreviated version history that displays the dynamic dataset (live data) and most recent snapshot. + Create snapshot: Creates a snapshot of the dataset you're viewing. After registration is complete, the new snapshot is listed as the latest version, and can also be accessed in the Use Case and Data Registry. Select version: Opens Dataset Versions in the right panel. |
| (6) | Preview sample | Displays the number of rows used to generate the preview out of the total number of rows in the dataset. |
| (7) | Show summary | Displays the following summary information for the dataset: Name: The name of the dataset used to set up the experiment.Features: The number of features in the selected feature list. Rows: The number of rows in the dataset. Data Quality Assessment: Data quality issues detected by DataRobot during modeling as part of EDA1. |
| (8) | Wrangling recipe | Allows you to view the wrangling recipe, if applicable, associated with the dataset, as well as continue wrangling the dataset. |
| (9) | Create feature transformation | Allows you create a new feature by transforming an existing feature in the dataset. |

Select a feature to view additional summary statistics and insights:

|  | Element | Description |
| --- | --- | --- |
| (1) | Summary statistics | Displays summary statistics for the feature, including data quality issues and unique values. |
| (2) | Insights | Allows you to view available insights for the variable type of the feature. |
| (3) | Column management | Allows hide, display, pin, and reorder columns. |
| (4) | Create feature transformation | Allows you create a new feature by transforming an existing feature in the dataset. |

## Dataset versioning

The data explore page supports dataset versioning, allowing you to access a history of data snapshots as well as create new snapshots from the same page. Note that you can access dataset versioning from any view on the data explore page.

To access dataset versions, click the dropdown next to Data actions or open Dataset Versions in the right panel.

|  | Element | Description |
| --- | --- | --- |
| (1) | Snapshot policy | Displays the selected dataset version. If the snapshot version is selected, DataRobot displays the date and time of the snapshot creation. Click the dropdown to access the following:Version history: An abbreviated version history that displays the dynamic dataset (live data) and most recent snapshot. + Create snapshot: Creates a snapshot of the dataset you're viewing. After registration is complete, the new snapshot is listed as the latest version, and can also be accessed in the Use Case and Data Registry. Select version: Opens Dataset Versions in the right panel. |
| (2) | Dataset Versions | Displays a version history of the dataset. Click a dataset to view a different version. |
| (3) | + Create snapshot / Upload new version | Allows you to add additional versions of the dataset, and after registration is complete, the new dataset is displayed in the version history. Additionally, it is added to the Use Case and Data Registry. If the snapshot policy of the original dataset is dynamic or snapshot,the + Create snapshot button is available, which creates a snapshot of the dataset you're viewing.If the original dataset is static (i.e., uploaded as a local file), the Upload new version button is available, which allows you to upload updated local versions of the dataset. |

**Data actions for snapshot policies**

The data explore page supports the following snapshot policies:

- Dynamic: DataRobot is connected to the data source and uses live data to perform the selected data action.
- Snapshot: A fixed snapshot that is stored in DataRobot and used to perform the selected data action. This policy is recommended for repeatable experimentation if live data often changes.
- Static: A local file used to perform the selected data action.

## Data actions

You can perform the following actions on the data explore page (note that these actions persist no matter what view is currently selected):

|  | Element | Description |
| --- | --- | --- |
| (1) | Dataset name | To rename the dataset, click on its name. To save your changes, click outside of the text field. |
| (2) | Data actions | Open the Data actions dropdown to perform one of the following actions with the dataset you're currently viewing:Start wrangling: Perform data wrangling on the dataset. Only available for dynamic datasets. Start modeling: Set up an experiment using the currently selected dataset version. By default, the latest version of the dataset is used.Start feature discovery: Use Feature Discovery to perform multi-dataset, interaction-based feature creationDownload dataset: Download the dataset locally. Only available for snapshotted datasets.Remove dataset: Remove the dataset from the Use Case. It will no longer be visible on the Data tab, however, it will be available in Data Registry and will not affect experiments created with the dataset. |
| (3) | Data Versions actions | Under Dataset Versions, click the Actions menu to perform one of the following actions on a specific snapshot dataset:Start modeling: Set up an experiment using this dataset.Download dataset: Download the dataset locally. Only available for snapshotted datasets.Delete: Removes the dataset from Version History, however, it will be available in Data Registry and will not affect experiments created with the dataset. |

## Next steps

From here, you can:

- Add more data.
- Perform data wrangling for datasets added via a data connection.
- Use the dataset to set up an experiment and start modeling.
