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

Method values

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

* Returns the underlying data in Array format.

()

Source from the content-addressed store, hash-verified

360 * Returns the underlying data in Array format.
361 */
362 get values(): ArrayType1D | ArrayType2D {
363 return this.$data;
364 }
365
366 /**
367 * Updates the internal $data property to the specified value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected