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

Method config

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

* Returns the configuration object of the NDFrame.

()

Source from the content-addressed store, hash-verified

249 * Returns the configuration object of the NDFrame.
250 */
251 get config(): Configs {
252 return this.$config
253
254 }
255
256 /**
257 * Internal function to set the configuration of the ndframe

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected