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

Method index

src/danfojs-base/core/generic.ts:266–269  ·  view source on GitHub ↗

* Returns the indices of the NDFrame

()

Source from the content-addressed store, hash-verified

264 * Returns the indices of the NDFrame
265 */
266 get index(): Array<string | number> {
267 return this.$index
268
269 }
270
271 /**
272 * Internal function to set the index of the NDFrame with the specified

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected