MCPcopy Index your code
hub / github.com/javascriptdata/danfojs / asType

Method asType

src/danfojs-base/shared/types.ts:170–170  ·  view source on GitHub ↗
(dtype: "float32" | "int32" | "string" | "boolean", options?: { inplace?: boolean })

Source from the content-addressed store, hash-verified

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
172 get dt(): Dt
173 append(values: string | number | boolean | Series | ArrayType1D,

Callers 4

series.test.jsFile · 0.65
frame.test.jsFile · 0.65
series.test.tsFile · 0.65
frame.test.tsFile · 0.65

Implementers 1

Seriessrc/danfojs-base/core/series.ts

Calls

no outgoing calls

Tested by

no test coverage detected