redux
redux copied to clipboard
Add col-wise
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).