redux icon indicating copy to clipboard operation
redux copied to clipboard

Add col-wise

Open sbelak opened this issue 7 years ago • 0 comments

Not sure if this is something that's generally useful, but when working with tabular data you often want to somehow summarize all cols in a single pass. This adds col-wise (shitty name) which works similar to juxt except each rf is applied to the corresponding col in a row (rather than all to the same datum).

sbelak avatar Jul 18 '18 22:07 sbelak