()
| 92 | $resetIndex(): void; |
| 93 | $setColumnNames(columns: string[]): void |
| 94 | get dtypes(): Array<string>; |
| 95 | get ndim(): number; |
| 96 | get axis(): AxisType; |
| 97 | get index(): Array<string | number>; |
nothing calls this directly
no outgoing calls
no test coverage detected