# Analyze frequent values

> Analyze frequent values - This page describes how to use the Frequent Values chart. The chart is a
> histogram that shows the number of rows containing each value of a feature and the percentage of
> rows for each value of the target.

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-04-24T16:03:56.536040+00:00` (UTC).

## Primary page

- [Analyze frequent values](https://docs.datarobot.com/en/docs/classic-ui/data/analyze-data/analyze-frequent-values.html): Full documentation for this topic (HTML).

## Sections on this page

- [Overview](https://docs.datarobot.com/en/docs/classic-ui/data/analyze-data/analyze-frequent-values.html#overview): In-page section heading.
- [Load and view your dataset](https://docs.datarobot.com/en/docs/classic-ui/data/analyze-data/analyze-frequent-values.html#load-and-view-your-dataset): In-page section heading.
- [View average target values](https://docs.datarobot.com/en/docs/classic-ui/data/analyze-data/analyze-frequent-values.html#view-average-target-values): In-page section heading.
- [Related reading](https://docs.datarobot.com/en/docs/classic-ui/data/analyze-data/analyze-frequent-values.html#related-reading): In-page section heading.

## Related documentation

- [Classic UI documentation](https://docs.datarobot.com/en/docs/classic-ui/index.html): Linked from this page.
- [Data](https://docs.datarobot.com/en/docs/classic-ui/data/index.html): Linked from this page.
- [Analyze data](https://docs.datarobot.com/en/docs/classic-ui/data/analyze-data/index.html): Linked from this page.
- [data quality](https://docs.datarobot.com/en/docs/reference/data-ref/data-quality-ref.html#interpret-the-histogram-tab): Linked from this page.
- [Exportlink](https://docs.datarobot.com/en/docs/reference/pred-ai-ref/export-results.html): Linked from this page.
- [importing your dataset](https://docs.datarobot.com/en/docs/classic-ui/data/import-data/index.html): Linked from this page.
- [EDA2](https://docs.datarobot.com/en/docs/reference/data-ref/eda-explained.html#eda2): Linked from this page.
- [How common data quality issues are detected and surfaced in the Data Quality Assessment.](https://docs.datarobot.com/en/docs/classic-ui/data/analyze-data/data-quality.html): Linked from this page.

## Documentation content

# Analyze frequent values

This page describes how to use the Frequent Values chart. The chart is a histogram that shows the number of rows containing each value of a feature and the percentage of rows for each value of the target.

The sample dataset illustrated below contains patient data. With a goal to predict the likelihood of a patient's readmission to the hospital, use the target feature is `readmitted`.

## Overview

The Frequent Values chart is the default display for categorical, text, and boolean features, although it is also available to other feature types. The display is dependent on the results of the [data quality](https://docs.datarobot.com/en/docs/reference/data-ref/data-quality-ref.html#interpret-the-histogram-tab) check. With no data quality issues:

In many cases, you can change the display using the Sort by dropdown. By default, DataRobot sorts by frequency ( Number of rows), from highest to lowest. You can also sort by < feature_name >, which displays either alphabetically or, in the case of numerics, from low to high. The [Exportlink](https://docs.datarobot.com/en/docs/reference/pred-ai-ref/export-results.html) allows you to download an image of the Frequent Values chart as a PNG file.

After EDA2 completes, the Frequent Values chart also displays an [average target value](https://docs.datarobot.com/en/docs/classic-ui/data/analyze-data/analyze-frequent-values.html#average-target-values) overlay.

## Load and view your dataset

After [importing your dataset](https://docs.datarobot.com/en/docs/classic-ui/data/import-data/index.html), navigate to the Project Data list and select a feature.

For some features like categorical and boolean features, the Frequent Values tab is the default. For numeric features, the Frequent Values tab is to the right of the Histogram tab.

The Feature Values chart displays each value that appears in the dataset for the feature and the number of rows with that value:

For the `admission_type_id` feature, the most common values are Emergency and Urgent.

## View average target values

After DataRobot begins calculating [EDA2](https://docs.datarobot.com/en/docs/reference/data-ref/eda-explained.html#eda2), you can also view the average target values for features.

1. UnderWhat would you like to predict, enter your target feature.
2. ClickStart. As soon as DataRobot finishes analyzing features, you can view the average target values in the Frequent Values chart.
3. In theProject Datalist, select the feature you are analyzing. Notice the orange circles that overlay the histogram. The circles indicate the average target value for a bin.

## Related reading

To learn more about the topics discussed on this page, see:

- How DataRobot performs each stage of Exploratory Data Analysis (EDA).
- How common data quality issues are detected and surfaced in the Data Quality Assessment.
- Describes the checks DataRobot runs for the potential data quality issues.
