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

Method map

src/danfojs-base/shared/types.ts:142–142  ·  view source on GitHub ↗
(
        callable: mapParam,
        options?: { inplace?: boolean })

Source from the content-addressed store, hash-verified

140 resetIndex(options?: { inplace?: boolean }): Series | void
141 setIndex(index: Array<number | string | (number | string)>, options?: { inplace?: boolean }): Series | void
142 map(
143 callable: mapParam,
144 options?: { inplace?: boolean })
145 : Series | void

Callers 15

series.test.jsFile · 0.65
tablePlotFunction · 0.65
meanMethod · 0.65
medianMethod · 0.65
modeMethod · 0.65
minMethod · 0.65
maxMethod · 0.65
stdMethod · 0.65
varMethod · 0.65
countMethod · 0.65
sumMethod · 0.65
absMethod · 0.65

Implementers 1

Seriessrc/danfojs-base/core/series.ts

Calls

no outgoing calls

Tested by 1

transformerFunction · 0.52