Rename Columns
This workflow reads in a dataset. It then renames columns from the original dataset and prints the results.
Workflow
Below is the workflow. It does the following:
- Reads data from a dataset.
- It then renames columns from the original dataset.
- Prints the results.
Reading from Dataset
It reads Dataset file.
Rename Columns
It renames columns we want.
Prints the Results
It prints the results after Renaming Columns.