MCPcopy Index your code
hub / github.com/javascriptdata/danfojs / argMax

Method argMax

src/danfojs-base/shared/types.ts:166–166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164 dropNa(options?: { inplace?: boolean }): Series | void
165 argSort(options?: { ascending: boolean }): Series
166 argMax(): number
167 argMin(): number
168 get dtype(): string
169 dropDuplicates(options?: { keep?: "first" | "last", inplace?: boolean }): Series | void

Callers 3

series.test.jsFile · 0.65
argMaxMethod · 0.65
series.test.tsFile · 0.65

Implementers 1

Seriessrc/danfojs-base/core/series.ts

Calls

no outgoing calls

Tested by

no test coverage detected