| 58 | config?: ConfigsType; |
| 59 | } |
| 60 | export 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 | } |
| 69 | export interface LoadArrayDataType { |
| 70 | data: ArrayType1D | ArrayType2D |
| 71 | index?: Array<string | number> |
nothing calls this directly
no outgoing calls
no test coverage detected