MCPcopy Index your code
hub / github.com/javascriptdata/danfojs / $setColumnNames

Method $setColumnNames

src/danfojs-base/shared/types.ts:93–93  ·  view source on GitHub ↗
(columns: string[])

Source from the content-addressed store, hash-verified

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

Callers 7

dropNaMethod · 0.65
addColumnMethod · 0.65
dropMethod · 0.65
setIndexMethod · 0.65
transposeMethod · 0.65
renameMethod · 0.65
getDummiesMethod · 0.65

Implementers 1

NDframesrc/danfojs-base/core/generic.ts

Calls

no outgoing calls

Tested by

no test coverage detected