Convert column type in Table Dataset (Experimental)¶
Documentation¶
Convert selected columns to specified data type in tabular dataset.
Definition¶
Input ports¶
- dataset
Type: datasetDescription: Dataset
Output ports¶
- dataset
Type: datasetDescription: Dataset
Configuration¶
- Columns (columns)
Columns that should be converted.
- Target type (types)
The type that these columns should be converted to.
Examples¶
The node can be found in:
Implementation¶
- class node_convert_column_tabledataset.ConvertColumnTypeInTableDataset[source]