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

Method round

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

Source from the content-addressed store, hash-verified

229 sum(options?: { axis?: 0 | 1 }): Series
230 count(options?: { axis?: 0 | 1 }): Series
231 round(dp?: number, options?: { inplace: boolean }): DataFrame | void
232 cumSum(options?: { axis?: 0 | 1 }): DataFrame | void
233 cumMin(options?: { axis?: 0 | 1 }): DataFrame | void
234 cumMax(options?: { axis?: 0 | 1 }): 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