MCPcopy Index your code
hub / github.com/javascriptdata/danfojs / get

Method get

src/danfojs-base/core/frame.ts:65–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63 if (column && typeof column === "string") {
64 Object.defineProperty(self, column, {
65 get() {
66 return self.$getColumnData(column)
67 },
68 set(arr: ArrayType1D | Series) {
69 self.$setColumnData(column, arr);
70 }

Callers 3

$readCSVFunction · 0.80
$streamCSVFunction · 0.80
$openCsvInputStreamFunction · 0.80

Calls 1

$getColumnDataMethod · 0.80

Tested by

no test coverage detected