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