I was thinking of creating `binByAverage()` and ot...
# datascience
t
I was thinking of creating
binByAverage()
and other statistical variants for binning, but this got super messy. It seems to be much better to supply a
groupOp
optional argument specifying how to reduce each group of items in something other than a
List
.