---
title: aggregate package
description: The aggregate package provides functions to simplify common aggregate operations.
url: https://docs.influxdata.com/flux/v0/stdlib/experimental/aggregate/
estimated_tokens: 251
product: Flux
version: v0
---

# aggregate package

-   Flux 0.61.0+
-   View InfluxDB support

The `aggregate` package is experimental and [subject to change at any time](/flux/v0/stdlib/experimental/#experimental-packages-are-subject-to-change).

The `aggregate` package provides functions to simplify common aggregate operations. Import the `experimental/aggregate` package:

```js
import "experimental/aggregate"
```

## Functions

-   [aggregate.rate()](/flux/v0/stdlib/experimental/aggregate/rate/)
