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