Series.cumSum
Return a cumulative sum of a series
danfo.Series.cumSum(options)
Parameters
Type
Description
Default
options
Object
inplace: Whether to perform the operation in-place or not.
{
inplace: false
}
Example
Last updated
Was this helpful?
Return a cumulative sum of a series
danfo.Series.cumSum(options)
options
Object
inplace: Whether to perform the operation in-place or not.
{
inplace: false
}
Example
Last updated
Was this helpful?