On 23.11.2017 17:46, Rafael Pereira wrote:
Is there a way to create a multilayer network from a group of data.frames?
Please take a look at the Graph.add_edge_list() function:
https://graph-tool.skewed.de/static/doc/graph_tool.html#graph_tool.Graph.add...
This function is versatile enough to provide the functionality you mention.
Best, Tiago