---
title: array package
description: The array package provides functions for manipulating array and building tables from arrays.
url: https://docs.influxdata.com/flux/v0/stdlib/array/
estimated_tokens: 304
product: Flux
version: v0
---

# array package

-   Flux 0.103.0+
-   View InfluxDB support

The `array` package provides functions for manipulating array and building tables from arrays. Import the `array` package:

```js
import "array"
```

## Functions

-   [array.concat()](/flux/v0/stdlib/array/concat/)
-   [array.filter()](/flux/v0/stdlib/array/filter/)
-   [array.from()](/flux/v0/stdlib/array/from/)
-   [array.map()](/flux/v0/stdlib/array/map/)

#### Related

-   [Work with arrays](/flux/v0/data-types/composite/array/)

[array](/flux/v0/tags/array/) [tables](/flux/v0/tags/tables/)
