-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Description
The basic tooling around streams works pretty well but often, we need to run simple operations that needs to be reimplemented even if often the implementation is only 3-4 lines.
Let's investigate what those common operations are and enhance the standard library with those.
(ex: AddFields, RemoveFields, Rename (exist?), ReorderFields, MapFields (a PR exist for that), ...)
Reactions are currently unavailable