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

Method ctypes

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Implementers 1

DataFramesrc/danfojs-base/core/frame.ts

Calls

no outgoing calls

Tested by

no test coverage detected