NetworkX

Previous topic

networkx.write_multiline_adjlist

Next topic

networkx.read_edgelist

Edge ListΒΆ

Read and write NetworkX graphs as edge lists.

read_edgelist(path[, comments, delimiter, ...]) Read a graph from a list of edges.
write_edgelist(G, path[, comments, ...]) Write graph as a list of edges.