Step: Rename
Overview
The Rename step changes the name of an existing variable.
Example starting data:
Example output data:
Rename score
to final_score
Step structure
There will be at least one rename block where you will define a variable and a new name.
Input field definitions
Field | Definition |
---|---|
Source variable | The variable that you want to rename. |
New name | The name that your selected |
Example
We can change the name of a variable to give more meaning to the data.
Starting data:
Input fields:
Source variable: The variable we want to rename is
date
so we select that here.New name:
date_taken
would be a better name for this variable, so we enter it here.
Output data:
Last updated