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
I've been using it like crazy, particularly this kind of construct:
Group({T[0]: [T[1]]})
To collect items, kind of a super-bucketize.
My thoughts on making it official:
group()
glom(data, Group(expr))
glom.group(data, expr)
The text was updated successfully, but these errors were encountered:
This basically turns group into "super bucketize", or maybe, "higher dimensional bucketize"
Sorry, something went wrong.
No branches or pull requests
I've been using it like crazy, particularly this kind of construct:
To collect items, kind of a super-bucketize.
My thoughts on making it official:
group()
helper. --glom(data, Group(expr))
is equivalent toglom.group(data, expr)
The text was updated successfully, but these errors were encountered: