Tiago Peixoto wrote
The docstring of g.add_edge_list() explains exactly this, i.e. a property map is returned which contains the names.
So when you run g.add_edge_list() with the hashed = True option, it adds the edges to the graph and returns a vertex property map.
For anyone else as clueless as me that might read this in the future, here's the code:
As for the .csv method, here's what the .csv file looks like
and here's the code:
It seems to work!
-- Sent from: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/