Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
remove_table_column [2013/08/08 22:55]
admin
remove_table_column [2026/08/28 03:31] (current)
hermann Sync from local documentation review
Line 1: Line 1:
-====== Remove Table Value ======+====== Remove Table Column ​======
  
 ===== Description ===== ===== Description =====
  
-This functor removes ​a data column from the given table.+Removes ​a data column from the given table.
  
 ===== Inputs ===== ===== Inputs =====
  
-^ Name ^ Type ^ Description ^ +^ Name  ^ Type  ^ Description ​ 
-| Table  | [[Table Type|Table]]  | Table from where the new column will be removed. ​ | +| Table  | [[Table Type]] ​ | Table from where the data column will be removed. ​ | 
-| Column Index Or Name  | [[Index Or Name Type|Index Or Name]]  | Index or name of the data column to 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 ===== ===== Outputs =====
  
-^ Name ^ Type ^ Description ^ +^ Name  ^ Type  ^ Description ​ 
-| Result ​ | [[Table Type|Table]]  | The resulting table without the specified data column. ​ |+| Result ​ | [[Table Type]] ​ | The resulting table without the specified data column. ​ |
  
 ===== Group ===== ===== Group =====
  
-[[Functor List#​Table|Table]]+[[Functor List#Table | Table]]
  
 ===== Notes ===== ===== Notes =====
  
-It is not possible to remove the last data column from a table.+It is not possible to remove the last remaining ​data column from a table.
  
 ===== Internal Name ===== ===== Internal Name =====