MCPcopy Create free account
hub / github.com/javascriptdata/danfojs / cumMax

Method cumMax

src/danfojs-base/shared/types.ts:234–234  ·  view source on GitHub ↗
(options?: { axis?: 0 | 1 })

Source from the content-addressed store, hash-verified

232 cumSum(options?: { axis?: 0 | 1 }): DataFrame | void
233 cumMin(options?: { axis?: 0 | 1 }): DataFrame | void
234 cumMax(options?: { axis?: 0 | 1 }): DataFrame | void
235 cumProd(options?: { axis?: 0 | 1 }): DataFrame | void
236 copy(): DataFrame
237 resetIndex(options: { inplace?: boolean }): DataFrame | void

Callers

nothing calls this directly

Implementers 1

DataFramesrc/danfojs-base/core/frame.ts

Calls

no outgoing calls

Tested by

no test coverage detected