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

Method isNa

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

Source from the content-addressed store, hash-verified

265 inplace?: boolean
266 }): DataFrame | void
267 isNa(): DataFrame
268 dropNa(options?: { axis: 0 | 1, inplace?: boolean }): DataFrame | void
269 apply(callable: any, options?: { axis?: 0 | 1 }): DataFrame | Series
270 applyMap(callable: any, 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