DATASET TRANSPOSE¶
Transposes a dataset by pivoting rows into columns using a specified column as the new header row. Use this worker when you need to rotate tabular data so that rows become columns and vice versa.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Dataset | dataset_1 | dataset | — | ✓ | Input dataset to be transposed; must be a structured tabular dataset — rows will become columns after the operation. |
| Cols In | cols_in | text | — | ✓ | Name of the column whose values will become the new column headers after transposition; selected from the columns available in dataset_1. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Transposed Dataset | dataset_transpose_o1 | dataset | Resulting dataset after transposition, with original rows converted to columns and the selected column’s values used as the new header labels. |
Disciplines¶
- 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=dataset_transpose
Auto-generated from transformation schema. Worker id: dataset_transpose. Schema hash: 0ac5e3f29b8a. Hand-curated docs in workerexamples/ override this page when present.