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

Method ndim

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Implementers 1

NDframesrc/danfojs-base/core/generic.ts

Calls

no outgoing calls

Tested by

no test coverage detected