Related to "Aggregates"
Window and aggregate data with Flux
This guide walks through windowing and aggregating data with Flux and outlines how it shapes your data in the process.
Create custom aggregate functions
Create your own custom aggregate functions in Flux using the reduce()
function.