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

Method getTableMaxColInConsole

src/danfojs-base/shared/config.ts:62–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 }
61
62 get getTableMaxColInConsole(): number {
63 return this.tableMaxColInConsole;
64 }
65
66 setMaxRow(val: number) {
67 this.tableMaxRow = val;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected