Suggest removing some group.into { } overloads to simplify the primary use case#1059
Suggest removing some group.into { } overloads to simplify the primary use case#1059
Conversation
|
I'd keep the first (group into string). Since The second (group into column) is indeed exactly the same as |
|
@koperagen how we could emulate with move { }.under { } the case, desribed by @Jolanrensen **"new group based on some information from the source, like: df.group { ... }.into { "newColumnName${it.type}" }."**_ I agree, that this is a case, if it's possible and could be replaced in examples, I am totally fine with removal |
What mostly concerns me here is that in order to create a simple grouping, which i believe is a main usage of this function, you have many options:

Both function have a replacement:
move { }.under { }