TRUECALC
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

operations · science

Syntax

BYCOL(array, lambda)

On this page