Remove Column
The Remove Column task allows you to delete one or more columns.
Quickstart
Let us start with the following sample data:
Student | Science | Language |
---|---|---|
Alice | 140 | 138 |
Bob | 135 | 145 |
You can remove the column Student by completing the following steps:
- Go to Transform > Column Functions.
- Select the Remove Column function.
- Select the column Student
- Click APPLY.
The data appears as shown below:
Science | Language |
---|---|
140 | 138 |
135 | 145 |
Supported Options
- Columns: the columns that need to be deleted.
You can delete more than one column by clicking on Remove more columns option.