Statssum Method |
Name | Description | |
---|---|---|
sumR, C(FrameR, C) |
For each numerical column, returns the sum of the values in the column.
The function skips over missing values and `NaN` values. When there are no
[category:Frame statistics]
| |
sumK(SeriesK, Double) |
Returns the sum of the values in a series. The function skips over missing values
and `NaN` values. When there are no available values, the result is NaN.
[category:Series statistics]
|