2022-02-14 03:22:51 +01:00
|
|
|
---
|
|
|
|
title: dfr cumulative
|
|
|
|
layout: command
|
2022-03-04 13:10:09 +01:00
|
|
|
version: 0.59.1
|
2022-02-14 03:22:51 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
Cumulative calculation for a series
|
|
|
|
|
|
|
|
## Signature
|
|
|
|
|
|
|
|
```> dfr cumulative (type) --reverse```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
- `type`: rolling operation
|
|
|
|
- `--reverse`: Reverse cumulative calculation
|
|
|
|
|
|
|
|
## Examples
|
|
|
|
|
|
|
|
Cumulative sum for a series
|
|
|
|
```shell
|
|
|
|
> [1 2 3 4 5] | dfr to-df | dfr cumulative sum
|
|
|
|
```
|