We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In the following example columns under "second" column group should be named "left", "right", without numeric suffix
Code to reproduce problem:
val df = dataFrameOf("first", "second")("22-65", "22-66") df.split("first", "second").by("-").inward("left", "right")