MCPcopy Create free account
hub / github.com/javascriptdata/danfojs / $setConfig

Method $setConfig

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

* Internal function to set the configuration of the ndframe

(config: Configs)

Source from the content-addressed store, hash-verified

257 * Internal function to set the configuration of the ndframe
258 */
259 $setConfig(config: Configs): void {
260 this.$config = config
261 }
262
263 /**
264 * Returns the indices of the NDFrame

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected