Median
Last updated
Was this helpful?
Last updated
Was this helpful?
This operation calculates the median value of a set of numbers separated by a specified delimiter. The median is a statistical measure representing the middle value of a sorted dataset. It divides the data into two halves, with 50% of the data points below and 50% above the median.
These are the input/output expected data types for this operation:
- List of numbers separated by a specified delimiter.
- The result of the median.
These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):
Suppose you want to calculate the median a series of numbers in your input strings. They are separated by commas (,). To do it:
In the Operation field, choose Median.
Set Delimiter to Comma.
Give your Output field a name and click Save. You'll get the median of the numbers in your input data. For example:
In your Pipeline, open the required configuration and select the input Field.