Skip to main content
info
This documentation is for version v2.4 of the product.
For the latest version(v2.7) documentation click here
Version: v2.4 print this page

ColumnsRename

This node creates a new DataFrame by renaming existing columns with new name

Input

This type of node takes in a DataFrame and transforms it to another DataFrame.

Output

The specified columns are renamed to have the new names.

Type

transform

Fields

NameTitleDescription
currentColNamesCurrent Column NamesCurrent Column Names
newColNamesColumns New NameNew name for existing columns

Examples

Input

idlabelf1f2
61.02.12.0
40.04.15.0
50.03.16.0
661.02.12.0

Parameters

NameValue
Current Column Namesf1 f2
Columns New Namenew_f1 new_f2

Output

idlabelnew_f1new_f2
61.02.12.0
40.04.15.0
50.03.16.0
661.02.12.0