====== Remove Table Column ====== ===== Description ===== Removes a data column from the given table. ===== Inputs ===== ^ Name ^ Type ^ Description ^ | Table | [[Table Type]] | Table from where the data column will be removed. | | Column Index Or Name | [[Index Or Name Type]] | Index or name of the data column to be removed. The first, i.e. the leftmost, data column has index 1. | ===== Optional Inputs ===== None. ===== Outputs ===== ^ Name ^ Type ^ Description ^ | Result | [[Table Type]] | The resulting table without the specified data column. | ===== Group ===== [[Functor List#Table | Table]] ===== Notes ===== It is not possible to remove the last remaining data column from a table. ===== Internal Name ===== RemoveTableColumn