Series.cumMin
Returns the cumulative min of a Series
danfo.Series.cumMin(options)
Parameters | Type | Description | Default |
---|---|---|---|
options | Object | inplace: Whether to perform the operation in-place or not. | { inplace: false } |
Example
Last updated
Returns the cumulative min of a Series
danfo.Series.cumMin(options)
Parameters | Type | Description | Default |
---|---|---|---|
options | Object | inplace: Whether to perform the operation in-place or not. | { inplace: false } |
Example
Last updated