--- title: Flux experimental aggregate package list_title: aggregate package description: > The Flux experimental `aggregate` package provides functions to simplify common aggregate operations. Import the `experimental/aggregate` package. aliases: - /influxdb/v2.0/reference/flux/stdlib/experimental/aggregate/ - /influxdb/cloud/reference/flux/stdlib/experimental/aggregate/ menu: flux_0_x_ref: name: aggregate parent: experimental weight: 301 flux/v0.x/tags: [package] introduced: 0.61.0 --- The Flux experimental `aggregate` package provides functions to simplify common aggregate operations. Import the `experimental/aggregate` package: ```js import "experimental/aggregate" ``` ## Functions {{< children type="functions" show="pages" >}}