We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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")
The text was updated successfully, but these errors were encountered:
Fix new columns names generation during split operation (Kotlin#224)
c1d4cb6
* Introduce a new scheme for the generation of columns names during split, which takes hierarchy into account * Add tests
Merge pull request #240 from ermolenkodev/224
a014fd5
Fix new columns names generation during split operation (#224)
ermolenkodev
No branches or pull requests
In the following example columns under "second" column group should be named "left", "right", without numeric suffix
Code to reproduce problem:
The text was updated successfully, but these errors were encountered: