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

Method gt

src/danfojs-base/shared/types.ts:272–272  ·  view source on GitHub ↗
(other: DataFrame | Series | number, options?: { axis?: 0 | 1 })

Source from the content-addressed store, hash-verified

270 applyMap(callable: any, options?: { inplace?: boolean }): DataFrame | void
271 lt(other: DataFrame | Series | number, options?: { axis?: 0 | 1 }): DataFrame
272 gt(other: DataFrame | Series | number, options?: { axis?: 0 | 1 }): DataFrame
273 le(other: DataFrame | Series | number, options?: { axis?: 0 | 1 }): DataFrame
274 ge(other: DataFrame | Series | number, options?: { axis?: 0 | 1 }): DataFrame
275 ne(other: DataFrame | Series | number, options?: { axis?: 0 | 1 }): DataFrame

Callers

nothing calls this directly

Implementers 1

DataFramesrc/danfojs-base/core/frame.ts

Calls

no outgoing calls

Tested by

no test coverage detected