Skip to content
New issue

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

Redundant numeric suffix #224

Closed
koperagen opened this issue Jan 17, 2023 · 0 comments
Closed

Redundant numeric suffix #224

koperagen opened this issue Jan 17, 2023 · 0 comments
Assignees
Labels
invalid This doesn't seem right
Milestone

Comments

@koperagen
Copy link
Collaborator

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")

image

@Jolanrensen Jolanrensen added the invalid This doesn't seem right label Jan 18, 2023
@Jolanrensen Jolanrensen added this to the 0.10.0 milestone Jan 18, 2023
@ermolenkodev ermolenkodev self-assigned this Jan 18, 2023
ermolenkodev added a commit to ermolenkodev/dataframe that referenced this issue Jan 25, 2023
* Introduce a new scheme for the generation of columns names during split, which takes hierarchy into account

* Add tests
ermolenkodev added a commit that referenced this issue Jan 25, 2023
Fix new columns names generation during split operation (#224)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

3 participants