* Returns the indices of the NDFrame
()
| 264 | * Returns the indices of the NDFrame |
| 265 | */ |
| 266 | get index(): Array<string | number> { |
| 267 | return this.$index |
| 268 | |
| 269 | } |
| 270 | |
| 271 | /** |
| 272 | * Internal function to set the index of the NDFrame with the specified |
nothing calls this directly
no outgoing calls
no test coverage detected