| 67 | isSeries: boolean; |
| 68 | } |
| 69 | export interface LoadArrayDataType { |
| 70 | data: ArrayType1D | ArrayType2D |
| 71 | index?: Array<string | number> |
| 72 | columns?: string[] |
| 73 | dtypes?: Array<string> |
| 74 | } |
| 75 | |
| 76 | export interface LoadObjectDataType { |
| 77 | data: object | Array<object> |
nothing calls this directly
no outgoing calls
no test coverage detected