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

Interface BaseDataOptionType

src/danfojs-base/shared/types.ts:53–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52//Start of Generic class types
53export interface BaseDataOptionType {
54 type?: number;
55 index?: Array<string | number>
56 columns?: string[]
57 dtypes?: Array<string>
58 config?: ConfigsType;
59}
60export interface NdframeInputDataType {
61 data: any
62 type?: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected