pytoolz / toolz

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

if/else ternary iterator operation #382

Open jakirkham opened 6 years ago

jakirkham commented 6 years ago

Would be nice to have a ternary type operation for iterables.

llllllllll commented 6 years ago

Do you mean something like np.where or np.choose? Maybe something like: https://docs.python.org/3.6/library/itertools.html#itertools.compress

jakirkham commented 6 years ago

Something like np.where.