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

Method constructor

src/danfojs-node/src/core/frame.ts:44–46  ·  view source on GitHub ↗
(data?: any, options: BaseDataOptionType = {})

Source from the content-addressed store, hash-verified

42export default class DataFrame extends BaseDataFrame implements ExtendedDataFrameInterface {
43 [key: string]: any
44 constructor(data?: any, options: BaseDataOptionType = {}) {
45 super(data, options)
46 }
47
48 /**
49 * Converts a DataFrame to CSV.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected