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
Class¶
fire.nodes.etl.NodeColumnsRename
Fields¶
| Name | Title | Description |
|---|---|---|
| currentColNames | Current Column Names | Current Column Names |
| newColNames | Columns New Name | New name for existing columns |