Open gordonwoodhull opened 6 years ago
Anyone have any insight on these? They seem like they may implement crossfilter-like functionality in a non-incremental way, which is probably fine in most cases.
https://github.com/d3/d3-array/issues/75
https://github.com/d3/d3-array/releases/tag/v1.3.0
Yeah, d3.rollup produces something with the shape of group.all() - I guess d3.nest does as well.
d3.rollup
group.all()
d3.nest
https://beta.observablehq.com/@d3/d3-array-2-0
Maybe deserves an example.
Anyone have any insight on these? They seem like they may implement crossfilter-like functionality in a non-incremental way, which is probably fine in most cases.
https://github.com/d3/d3-array/issues/75
https://github.com/d3/d3-array/releases/tag/v1.3.0