content/flux/v0/stdlib/internal/gen/tables.md
gen.tables() generates a stream of table data.
(
n: int,
?nulls: float,
?seed: int,
?tags: [{name: string, cardinality: int}],
) => stream[{A with _value: float, _time: time}]
{{% caption %}} For more information, see Function type signatures. {{% /caption %}}
({{< req >}}) Number of rows to generate.
Percentage chance that a null value will be used in the input. Valid value range is [0.0 - 1.0].
Set of tags with their cardinality to generate.
Pass seed to tables generator to get the very same sequence each time.