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

Method dtypes

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

Source from the content-addressed store, hash-verified

92 $resetIndex(): void;
93 $setColumnNames(columns: string[]): void
94 get dtypes(): Array<string>;
95 get ndim(): number;
96 get axis(): AxisType;
97 get index(): Array<string | number>;

Callers

nothing calls this directly

Implementers 1

NDframesrc/danfojs-base/core/generic.ts

Calls

no outgoing calls

Tested by

no test coverage detected