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

# Value Counts

> Counts the frequency of each distinct value of a column in your dataset.

## Description

This function counts the frequency of each distinct value of a column.

***

## Application

You can apply this manipulator if you need to know how often each distinct value appears in a column of your dataset. If you want to add this information as a new frequency column you could do so by joining the resulting dataset back to the original dataset.

***

## How to use

* Assign the dataset based on which to resample to the field **Data**.
* Select the **Column** which should be evaluated.
* Specify the **Output name** under which the results table will be available for further steps.
