Remove Column¶
The Remove Column task allows you to delete one or more columns.
Table of Contents
Quick Start¶
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:
- Open Data Preparation menu and click on Column Functions
- Select Remove Column
- Select the column Student
- Click APPLY.
The data appears as shown below:
Science | Language |
---|---|
140 | 138 |
135 | 145 |
Supported Options¶
The following options are supported
- Columns: the columns that need to be deleted.
You can delete more than one column by clicking on Remove more columns option.