Skip to main content

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.
Last modified on July 23, 2026