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

Method axis

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

* Returns the axis labels of the NDFrame.

()

Source from the content-addressed store, hash-verified

239 * Returns the axis labels of the NDFrame.
240 */
241 get axis(): AxisType {
242 return {
243 index: this.$index,
244 columns: this.$columns
245 };
246 }
247
248 /**
249 * Returns the configuration object of the NDFrame.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected