Frequency
  • 13 Jan 2023
  • 1 Minute to read
  • Dark
    Light

Frequency

  • Dark
    Light

Article summary

Description

The Frequency node calculates the frequency of a value condition occurring across rows. For example, you can calculate the number of rows that have a column containing a value greater than 1.


Configuration Options

Basic Configuration Options

SettingDescription\Parameters
Split ColumnsThe selected columns split the data set up when calculating summary metrics.

Column Fill Options

SettingDescription\Parameters
Target NameThe column containing the value to check for a condition.
Output Column PrefixThe prefix for the name of the frequency output column. The suffix of the output column name is determined by the Output Type
Output TypeIndicates the frequency metric used for the output column.

Options
  • Percentage - Calculates the percentage of occurrences of the 'true' condition across the Split Columns.
  • Count - Counts the number of occurrences of the condition across the Split Columns.
ConditionIndicates the output column frequency metric.

Options
  • greater than
  • greater than or equal to
  • equal to
  • less than
  • less than or equal to
  • is empty/blank
  • is null
  • is not null
  • is not empty
  • is null or empty
  • is not null or empty
Custom ValueWhen valid, it is used for the Condition setting.

Actions

ActionDescription
PreviewOnce the node is configured, the combined result set can be previewed at any time.

Was this article helpful?