mode
This section contains reference documentation for the mode function.
Get the most frequent value in a group. When multiple modes are present it gives the minimum of all the modes. This behavior can be overridden to get the maximum or the average mode.
Signature
MODE(colName, [reducerType])
Usage Examples
These examples are based on the Batch Quick Start.
value |
---|
2008 |
value |
---|
2010 |
value |
---|
2008 |
value |
---|
2012 |
Last updated