CURVES ADD TO DATASET AS UNIQUE COLUMNS¶
Takes a collection of curves and appends each one as a new, uniquely named column to an existing dataset. Column names default to the curve names unless explicit overrides are provided. Use this worker to pivot time-series or signal curves into a tabular dataset for downstream ML or statistical analysis.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Curves | curves | vector | — | ✓ | One or more curves (vector type) to be appended as individual columns; each curve’s values become a column in the destination dataset. |
| Dataset | dataset | dataset | — | ✓ | The destination dataset that will receive the new columns; existing columns are preserved and the curves are added alongside them. |
| Col Names | col_names | textarea | — | Optional newline- or comma-separated list of column name overrides; if omitted, the name of each input curve is used as the corresponding column header. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Dataset with New Columns | dataset_with_columns | dataset | The updated dataset containing all original columns plus one new column per input curve, with unique column names guaranteed. |
Disciplines¶
- data.curve.transform
- data.dataset.transform
Runnable example¶
A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=curves_add_to_dataset_as_unique_columns
Auto-generated from transformation schema. Worker id: curves_add_to_dataset_as_unique_columns. Schema hash: 93c1acfcc510. Hand-curated docs in workerexamples/ override this page when present.