Drop Columns
This workflow reads in a dataset. It then drops some 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 drops some columns from the original dataset.
- Prints the results.
Reading from Dataset
It reads Dataset File.
Drop Columns
It drops the columns whichever we want.
Prints the Results
It prints the results after dropping the columns.