Hi,
I am having difficulty getting the right graph from my imported excel spreadsheet data. The table I am importing is very simple.
The first column consists of my nodes' IDs. The next two columns consists of "choices of partners" the given nodes make. So, A picked B and C, B picked A and C, and so on.
My problem is the following: when I import datas similar to these, the graph I get is wrong. My edges don't connect the 2 right nodes. I found that they never create a "mutual" connection. So if node A picked node B, and node B picked node A in return, my graph is not going to show this mutual relation between them. Instead, it shows B looping around and connecting back to itself. How can I fix this issue in order to have correcponding graphs that shows "mutual" connection between two nodes when necessary.
Thank you.