Functions
BYCOL
Applies a LAMBDA to each column of an array
Try it
When to use it
When should I use BYCOL?
Use BYCOL to apply a LAMBDA function to each column of an array individually, returning a single aggregated result per column.
Used in
Syntax
BYCOL(array, lambda)