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

Class

src/danfojs-browser/src/core/frame.ts:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 * @param options.config General configuration object for extending or setting NDframe behavior.
27 */
28export default class DataFrame extends BaseDataFrame {
29 [key: string]: any
30 constructor(data?: any, options: BaseDataOptionType = {}) {
31 super(data, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected