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