945 B
945 B
title | list_title | description | menu | weight | flux/v0.x/tags | cascade | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Flux sampledata package | sampledata package | The Flux `sampledata` package provides functions that return basic sample datasets. Import the `sampledata` package. |
|
11 |
|
|
The Flux sampledata
package provides functions that return basic sample datasets.
Import the sampledata
package:
import "sampledata"
Constants
The sampledata
package includes the following constants:
sampledata.start = 2021-01-01T00:00:00Z
sampledata.stop = 2021-01-01T00:01:00Z
sampledata.start
and sampledata.stop
constants represent the time range that
all data points output by sampledata
functions are in.
Functions
{{< children type="functions" show="pages" >}}