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

Method mode

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

Source from the content-addressed store, hash-verified

222 mean(options?: { axis?: 0 | 1 }): Series
223 median(options?: { axis?: 0 | 1 }): Series
224 mode(options?: { axis?: 0 | 1, keep?: number }): Series
225 min(options?: { axis?: 0 | 1 }): Series
226 max(options?: { axis?: 0 | 1 }): Series
227 std(options?: { axis?: 0 | 1 }): Series

Callers

nothing calls this directly

Implementers 1

DataFramesrc/danfojs-base/core/frame.ts

Calls

no outgoing calls

Tested by

no test coverage detected