Deduplicate
You can remove duplicate records from your data using the Deduplicate transform. This can be done in two ways: row-wise and column-wise. Row-wise This method removes rows with duplicate data, allowing only unique rows to be present in your dataset. ...