MCPcopy Index your code
hub / github.com/javascriptdata/danfojs /

Class

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

Source from the content-addressed store, hash-verified

40 * @param options.config General configuration object for extending or setting NDframe behavior.
41 */
42export default class DataFrame extends BaseDataFrame implements ExtendedDataFrameInterface {
43 [key: string]: any
44 constructor(data?: any, options: BaseDataOptionType = {}) {
45 super(data, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected