Bin

Used to divide the data of a metric column (datatype Number, Percent, Currency) into different ranges and name those ranges.

  • Bin Column: Used to select the Column you want to group based on data

  • New column name: Used to name the new column containing the data label after grouping

  • Number of bins: Used to specify the number of data intervals to be divided

  • Method: Used to specify how to divide bin

  • Boundaries:

    • Used to input milestones to divide ranges into bins.

    • The number of lines will be equal to the number of Bins generated

  • Label:

    • Used to type labels to name the Bins created.

    • This label will be taken as the value for the rows belonging to the corresponding range of each label in the new column created by the Bin node

  • Chart:

    • Used to visualize the number of lines of each Bin according to the current range of Preview data.

    • The number of bars will be the number of Bins generated based on the Number of bins

    • Click on to load chart

Last updated