Skip to content

Redundant numeric suffix #224

Closed
Closed
@koperagen

Description

@koperagen

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

Metadata

Metadata

Assignees

Labels

invalidThis issue/PR doesn't seem right

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions