FunctionsArray
array_cum_sum
Returns an array where each position contains the running sum from the first element through that position.
array_cum_sum(…) → StringKind · scalar
Returns an array where each position contains the running sum from the first element through that position.
Part of the Array family.