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