Closed mukherjeea closed 8 years ago
I am trying to use post to cap the keys but I am not able to make sense of the following in the README.
It might be wise to set your groups order method before using this.
order
I usually follow this barGroup=reductio().count(true).sum('foo')(barDim.group())
barGroup=reductio().count(true).sum('foo')(barDim.group())
Could someone please elaborate on this? How should I go about this?
I've updated the documentation to clarify that this means the order method on the Crossfilter group itself, not in Reductio.
I am trying to use post to cap the keys but I am not able to make sense of the following in the README.
I usually follow this
barGroup=reductio().count(true).sum('foo')(barDim.group())
Could someone please elaborate on this? How should I go about this?