These represent conections on network, but since the direction of the conection is irrelevant , I consider rows 1 and 4 duplicates, how can I find all duplicates and remove them from such a table ?
you can connect a Column Aggregator node to your table. Here you choose your Source and Target columns as aggregation columns. As option you choose a List (sorted), that will work with strings and numbers. Now you can use the GroupBy node and use the newly created column as your group column. To keep your "Weight" column, use First as aggregation method.