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

Method describe

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

Source from the content-addressed store, hash-verified

245 }
246 ): DataFrame | void
247 describe(): DataFrame
248 selectDtypes(include: Array<string>): DataFrame
249 abs(options?: { inplace?: boolean }): DataFrame | void
250 query(condition: Series | Array<boolean>, options?: { inplace?: boolean }): DataFrame | void

Callers

nothing calls this directly

Implementers 1

DataFramesrc/danfojs-base/core/frame.ts

Calls

no outgoing calls

Tested by

no test coverage detected