User Tools

Site Tools


transformations:deduplicate

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
transformations:deduplicate [2014/10/25 17:14] – created dmitrytransformations:deduplicate [2016/06/12 11:12] dmitry
Line 1: Line 1:
 ===== Deduplicate ===== ===== Deduplicate =====
  
-This transformation removes all duplicating rows in entire table. It doesn't have parameters.+This transformation removes all duplicate rows in entire table. Deduplication can be performed on all columns, or only on specific columnsIn the latter case uniqueness of values in non-selected columns will be ignored. 
 + 
 +EXAMPLE 
 + 
 +**Source table:** The longest rivers in the world 
 + 
 +^  River  ^  Length (km)  ^  Continent 
 +| Nile  |  6650  |  Africa 
 +| Amazon  |  6400  |  South America 
 +| Nile  |  6650  |  Africa 
 + 
 +**Objective:** Find and remove duplicate rows. 
 + 
 +**Output table:** 
 + 
 +^  River  ^  Length (km)  ^  Continent 
 +| Nile  |  6650  |  Africa 
 +| Amazon  |  6400  |  South America 
  
transformations/deduplicate.txt · Last modified: 2021/07/19 02:15 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki