> ## Documentation Index
> Fetch the complete documentation index at: https://docs.prophecy.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Data exploration for Data Analysis

> Generate data samples through the pipeline during development

The **Data Explorer** allows you to inspect data samples at each stage of your pipeline. Use it to identify issues early and verify that your transformations are producing the expected output. You can review column structures, data types, and sample values at each step of your workflow.

## Generate data samples

To explore interim data during development:

* [Run](/data-analysis/development/runs/execution) the relevant pipeline in the project editor.
* Interim icons will appear between nodes in your pipeline. These icons represent sample data at that stage.

When you click a data sample that has loaded data, the Data Explorer opens.

<img src="https://mintcdn.com/prophecy-62973bd0/88t3kPk63E5ZR9Oi/data-analysis/development/runs/data-explorer/img/data-sample-analysts.png?fit=max&auto=format&n=88t3kPk63E5ZR9Oi&q=85&s=830cfc5438fa1380405c741902bc9281" alt="Data sample in a pipeline" width="2866" height="1610" data-path="data-analysis/development/runs/data-explorer/img/data-sample-analysts.png" />

<Info>
  Data samples fully load only after the last node of SQL transformations. Other data samples appear
  muted until you click them, then load on-demand.
</Info>

## Leverage the Data Explorer

In the Data Explorer, you can:

* Sort data by columns
* Filter rows by specific values
* Search across all values
* Show or hide columns
* Export the sample as CSV or JSON file
* View your data as a chart in the [Visualization](/data-analysis/development/runs/data-explorer/charts/charts) tab

<img src="https://mintcdn.com/prophecy-62973bd0/88t3kPk63E5ZR9Oi/data-analysis/development/runs/data-explorer/img/DataExplorationSQL.png?fit=max&auto=format&n=88t3kPk63E5ZR9Oi&q=85&s=2c34f8558405f9c63f276389abebade6" alt="DataExplorationSQL" width="2876" height="1616" data-path="data-analysis/development/runs/data-explorer/img/DataExplorationSQL.png" />

## View complete dataset

The Data Explorer loads a sample of your data by default. When you sort, filter, or search, these actions apply only to the visible rows in the sample.

To work with the full dataset, do one of the following:

* Click **Load More** at the bottom of the table until all rows are visible.
* Click **Run** in the top-right corner of the preview. This refreshes the view and applies sorting and filtering to the entire dataset.
