DataFrame.cumSum
Return cumulative sum over a DataFrame or Series axis.
Last updated
Return cumulative sum over a DataFrame or Series axis.
Last updated
options
Object
axis: 0 for row and 1 for column
inplace: Boolean indicating whether to perform the operation inplace or not. Defaults to false
{axis: 1, inplace: false}