| 51 | * @returns NDframe |
| 52 | */ |
| 53 | export default class NDframe implements NDframeInterface { |
| 54 | $isSeries: boolean; |
| 55 | protected $data: any |
| 56 | protected $dataIncolumnFormat: ArrayType1D | ArrayType2D = [] |
nothing calls this directly
no outgoing calls
no test coverage detected