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

Method mean

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

Source from the content-addressed store, hash-verified

220 pctChange(other: DataFrame | Series | number[] | number, options?: { axis?: 0 | 1, inplace?: boolean }): DataFrame | void
221 diff(other: DataFrame | Series | number[] | number, options?: { axis?: 0 | 1, inplace?: boolean }): DataFrame | void
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

Callers

nothing calls this directly

Implementers 1

DataFramesrc/danfojs-base/core/frame.ts

Calls

no outgoing calls

Tested by

no test coverage detected