Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
dropNa
Method · 0.65
addColumn
Method · 0.65
drop
Method · 0.65
setIndex
Method · 0.65
transpose
Method · 0.65
rename
Method · 0.65
getDummies
Method · 0.65
Implementers
1
NDframe
src/danfojs-base/core/generic.ts
Calls
no outgoing calls
Tested by
no test coverage detected