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

Class

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

Source from the content-addressed store, hash-verified

46 * @param options.config General configuration object for extending or setting NDframe behavior.
47 */
48export default class DataFrame extends NDframe implements DataFrameInterface {
49 [key: string]: any
50 constructor(data: any, options: BaseDataOptionType = {}) {
51 const { index, columns, dtypes, config } = options;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected