This functor removes a data column from the given table.
Name | Type | Description |
---|---|---|
Table | Table | Table from where the new column will be removed. |
Column Index Or Name | Index Or Name | Index or name of the data column to be removed. |
Name | Type | Description |
---|---|---|
Result | Table | The resulting table without the specified data column. |
It is not possible to remove the last data column from a table.
RemoveTableColumn