* Returns the column names of the NDFrame
()
| 300 | * Returns the column names of the NDFrame |
| 301 | */ |
| 302 | get columns(): string[] { |
| 303 | return this.$columns |
| 304 | } |
| 305 | |
| 306 | /** |
| 307 | * Internal function to set the column names for the NDFrame. This function |
nothing calls this directly
no outgoing calls
no test coverage detected