Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
$readCSV
Function · 0.80
$streamCSV
Function · 0.80
$openCsvInputStream
Function · 0.80
Calls
1
$getColumnData
Method · 0.80
Tested by
no test coverage detected