comparison as new parameter of the group function #38
Open
sprmnt21 wants to merge 1 commit into
Open
Conversation
Member
|
So the "local" semantic here is to break up "runs"? I think there is definitely a space for this. There is an operation that generally goes by the name It's worth considering what the semantics of the keys are for dictionaries and other iterable data structures (the Another idea - you could just return an array of (sub?) arrays, for example, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I would like to ask if the opportunity to have a version of the group function with an additional parameter such as the comparison of the innerjoin function has ever been considered.
This possibility / flexibility could be very useful on many occasions.
Just to make the idea better (certainly not because he has the audacity to suggest how to possibly develop the thing) I submit a naive version of the function and some application examples.
The name, following the lines of the functions groupsum, groupprod, etc. is grouplocal, because groups are made "locally" and not globally.
leading group UPPERCASE
alternate sequences of odd even numbers
difference between contiguous values greater than 2 as separation threshold
leading group has the same first 4 characters