---
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: 104
product: Flux
version: v0
publisher: InfluxData
canonical: https://docs.influxdata.com/flux/v0/stdlib/experimental/table/
date: '2023-09-12T23:33:31-06:00'
lastmod: '2023-09-12T23:33:31-06:00'
---

* Flux 0.115.0+

InfluxDB support

> [!Important]
> 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/)
