DataFrame.cumMax
Return cumulative maximum over a DataFrame or Series axis.
danfo.DataFrame.cumMax(options)
Parameters
Type
Description
Default
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}
Returns:
**** return DataFrame
Examples
Cumulative maximum of elements along axis (row)
Cumulative maximum of elements along column axis (1)
Last updated
Was this helpful?