()
| 15686 | return this.atoms.join((language || this).atomBreakSymbol) |
| 15687 | } |
| 15688 | getColumnNames() { |
| 15689 | return this._getUnionNames() |
| 15690 | } |
| 15691 | getOneHot(column) { |
| 15692 | const clone = this.clone() |
| 15693 | const cols = Array.from(new Set(clone.getColumn(column))) |
nothing calls this directly
no test coverage detected