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

Interface NdframeInputDataType

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

Source from the content-addressed store, hash-verified

58 config?: ConfigsType;
59}
60export interface NdframeInputDataType {
61 data: any
62 type?: number;
63 index?: Array<string | number>
64 columns?: string[]
65 dtypes?: Array<string>
66 config?: ConfigsType;
67 isSeries: boolean;
68}
69export interface LoadArrayDataType {
70 data: ArrayType1D | ArrayType2D
71 index?: Array<string | number>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected