I have one graph with user nodes and follows relations.
there is duplicate relations in graph and I want remove oldest duplicate relations.
I want investigate relations according to csv file similar :
START_ID, END_ID
1 , 2
1 , 3
1 , 4
2 , 1
2 , 5
4 ...