DataFrame.cumProd
Return cumulative product over a DataFrame or Series axis.
Last updated
Was this helpful?
Return cumulative product over a DataFrame or Series axis.
Last updated
Was this helpful?
danfo.DataFrame.cumProd(options) []
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}