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

Method dtype

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

Source from the content-addressed store, hash-verified

166 argMax(): number
167 argMin(): number
168 get dtype(): string
169 dropDuplicates(options?: { keep?: "first" | "last", inplace?: boolean }): Series | void
170 asType(dtype: "float32" | "int32" | "string" | "boolean", options?: { inplace?: boolean }): Series | void
171 get str(): Str

Callers

nothing calls this directly

Implementers 1

Seriessrc/danfojs-base/core/series.ts

Calls

no outgoing calls

Tested by

no test coverage detected