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

Method dt

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

Source from the content-addressed store, hash-verified

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,
174 index: Array<number | string> | number | string,
175 options?: { inplace?: boolean }): Series | void

Callers

nothing calls this directly

Implementers 1

Seriessrc/danfojs-base/core/series.ts

Calls

no outgoing calls

Tested by

no test coverage detected