| 46 | * @param options.config General configuration object for extending or setting NDframe behavior. |
| 47 | */ |
| 48 | export default class DataFrame extends NDframe implements DataFrameInterface { |
| 49 | [key: string]: any |
| 50 | constructor(data: any, options: BaseDataOptionType = {}) { |
| 51 | const { index, columns, dtypes, config } = options; |
nothing calls this directly
no outgoing calls
no test coverage detected