transformations:remove
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| transformations:remove [2015/04/10 19:28] – elenap | transformations:remove [2026/09/23 15:51] (current) – Page deleted - outdated roberto | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Remove Columns ===== | ||
| - | |||
| - | This transformation removes selected columns. Several columns can be removed in one transformation. | ||
| - | |||
| - | EXAMPLE | ||
| - | |||
| - | **Source table:** The longest rivers in the world | ||
| - | |||
| - | ^ River ^ Length (km) ^ Length (miles) | ||
| - | | Nile | 6650 | 4132 | Africa | ||
| - | | Amazon | ||
| - | | Yangtze | ||
| - | | Mississippi | ||
| - | |||
| - | |||
| - | **Objective: | ||
| - | |||
| - | **Transformation parameters: | ||
| - | |||
| - | * Columns to remove: Length (miles) | ||
| - | | ||
| - | **Output table:** | ||
| - | |||
| - | ^ River ^ Length (km) ^ Continent | ||
| - | | Nile | 6650 | Africa | ||
| - | | Amazon | ||
| - | | Yangtze | ||
| - | | Mississippi | ||
| - | |||
| - | === See also === | ||
| - | * [[transformations: | ||