()
| 94 | get dtypes(): Array<string>; |
| 95 | get ndim(): number; |
| 96 | get axis(): AxisType; |
| 97 | get index(): Array<string | number>; |
| 98 | get columns(): string[] |
| 99 | get shape(): Array<number>; |
nothing calls this directly
no outgoing calls
no test coverage detected