cumSum

Edit page Last modified: 14 January 2025

Computes the cumulative sum of values in the selected columns.

Returns a DataFrame or DataColumn containing the cumulative sum.

Parameters:

  • skipNA — when true, ignores NA values (null or NaN). When false, all values after first NA will be NaN (for Double and Float columns) or null (for integer columns).

Available for: