load_sample
Load a bundled synthetic time-series sample for demos and evaluations. Choose from reproducible datasets like server room temperature, CPU utilization, or methane ppm.
Instructions
Load a bundled synthetic sample (seeded, reproducible) — useful for demos and evals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Which bundled deterministic sample dataset to load. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ISO-8601 timestamp of the last observation. | |
| name | Yes | ||
| start | Yes | ISO-8601 timestamp of the first observation. | |
| stats | Yes | Five-number-style summary of the values in a series. | |
| source | Yes | Where the series came from: csv path, inline, sample, or a derivation. | |
| n_points | Yes | ||
| series_id | Yes | ||
| inferred_freq | Yes | Pandas frequency string inferred from the index, e.g. '5min'; null if irregular. |