-
Notifications
You must be signed in to change notification settings - Fork 132
Open
Description
Out of curiosity, I was wondering why there aren't filter/value equivalents of functions that operate on a list of tuples, eg filter_by_key
, group_by_value
, or map_values
. As one use case, It'd be great to have more support for operations after calling group_by
.
I really enjoy using Pyfunctional, and I'm happy to contribute if there are no blockers here!