[DRAFT]This page is not published. Only visible in development mode.

Distinct Transform

Use distinct to remove duplicate rows based on one or more columns.

Basic Usage

$ Basic Usage
$ ctrl+enter to run

Keep only the first row for each unique value. The entire row is preserved — distinct just picks which rows survive.

Multiple Columns

$ Multiple Columns
$ ctrl+enter to run

Specify multiple columns to deduplicate on the combination.