kevinbeaty / transduce-x

Experimental JavasScript Transducer extensions
MIT License
6 stars 0 forks source link

Split Apply Combine #1

Open kevinbeaty opened 9 years ago

kevinbeaty commented 9 years ago

Add a by transducer that performs Split-Apply-Combine from R, Pandas, etc. Could work well with a select transducer that maps over column names.

From transduce/transduce#11