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

Method asType

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

Source from the content-addressed store, hash-verified

286 get T(): DataFrame
287 get ctypes(): Series
288 asType(
289 column: string,
290 dtype: "float32" | "int32" | "string" | "boolean",
291 options?: { inplace?: boolean }

Callers

nothing calls this directly

Implementers 1

DataFramesrc/danfojs-base/core/frame.ts

Calls

no outgoing calls

Tested by

no test coverage detected