I have to convert a set of columns that contains the list of nodes connected to each other in a network. Something like this:
https://drive.google.com/file/d/0B7XjZi2QeF63UGYtVV9KODBaVDQ/view?usp=sharing
I need to convert this information into a grid like structure for better information presentation, like this:
https://drive.google.com/file/d/0B7XjZi2QeF63WkxaTXRxQVVLWEk/view?usp=sharing
Could you please help me how to achieve this?