misoproject / dataset

JavaScript library that makes managing the data behind client-side visualisations easy
http://misoproject.com
GNU General Public License v2.0
1.18k stars 99 forks source link

Binning derivative #161

Closed alexgraul closed 12 years ago

alexgraul commented 12 years ago

Ability to create a derivative view that groups rows by a given column into arbitary buckets - able to be defined by ranges or number of buckets.

iros commented 12 years ago

Is this not what groupBy does? Can you give an example?

iros commented 12 years ago

Better document process property. Will be resolved in #170.