pytoolz / toolz

A functional standard library for Python.
http://toolz.readthedocs.org/
Other
4.66k stars 259 forks source link

transpose function in itertoolz #522

Open qalshidi opened 3 years ago

qalshidi commented 3 years ago

The ideal contribution is significantly different from existing functions

This is different from interleave as it returns an iterable of iterables as opposed to a single iterable.

and has precedent in a few other functional systems.

This has precedent in Haskell.

Thanks for considering.