* Returns the axis labels of the NDFrame.
()
| 239 | * Returns the axis labels of the NDFrame. |
| 240 | */ |
| 241 | get axis(): AxisType { |
| 242 | return { |
| 243 | index: this.$index, |
| 244 | columns: this.$columns |
| 245 | }; |
| 246 | } |
| 247 | |
| 248 | /** |
| 249 | * Returns the configuration object of the NDFrame. |
nothing calls this directly
no outgoing calls
no test coverage detected