docs-v2/content/flux/v0.x/stdlib/sampledata/_index.md

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.
flux_0_x_ref
name parent
sampledata Standard library
11
sample data
functions
package
introduced related
0.128.0
/flux/v0.x/stdlib/influxdata/influxdb/sample/

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" >}}