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

Method describe

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

Source from the content-addressed store, hash-verified

137 sortValues(options?: { ascending?: boolean, inplace?: boolean }): Series | void
138 copy(): Series
139 describe(): Series
140 resetIndex(options?: { inplace?: boolean }): Series | void
141 setIndex(index: Array<number | string | (number | string)>, options?: { inplace?: boolean }): Series | void
142 map(

Callers 4

series.test.jsFile · 0.65
frame.test.jsFile · 0.65
series.test.tsFile · 0.65
frame.test.tsFile · 0.65

Implementers 1

Seriessrc/danfojs-base/core/series.ts

Calls

no outgoing calls

Tested by

no test coverage detected