How do I remove duplicate rows?

My data was double joined by mistake, how do I get rid of duplicates?

Comments

  • You can use unique tool to remove duplicate values from your data.

    First you need to to add the tool to the pipe builder and connect it to the data source (or in your case the join tool)

    After that you can use unique on all columns or a subset of them by configuring the tool from the left side menue.