---
title: table package
description: The table package provides tools working with Flux tables.
url: https://docs.influxdata.com/flux/v0/stdlib/experimental/table/
estimated_tokens: 239
product: Flux
version: v0
---

# table package

-   Flux 0.115.0+
-   View InfluxDB support

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

The `table` package provides tools working with Flux tables. Import the `experimental/table` package:

```js
import "experimental/table"
```

## Functions

-   [table.fill()](/flux/v0/stdlib/experimental/table/fill/)
