iterators
#
Replacements for parts of the toolz library.
Functions#
|
A toolz-style groupby implementation. |
|
A toolz inspired unique implementation. |
- groupby_to_dict(keyfunc, sequence)#
A toolz-style groupby implementation.
Returns a dictionary of { key: [group] } instead of iterators.