All examples By author By category About

chloerulesok

Combining nests

When downloading a large amount of data, it can be necessary to do reduction at various stages in order to not have to hold all of the data at once.

In this block I would like to nest the data using d3's nest function, and then add additional objects to the nest as they come in.