| 40 | * @param options.config General configuration object for extending or setting NDframe behavior. |
| 41 | */ |
| 42 | export default class DataFrame extends BaseDataFrame implements ExtendedDataFrameInterface { |
| 43 | [key: string]: any |
| 44 | constructor(data?: any, options: BaseDataOptionType = {}) { |
| 45 | super(data, options) |
nothing calls this directly
no outgoing calls
no test coverage detected