dynetx.readwrite.edgelist.read_interactions

dynetx.readwrite.edgelist.read_interactions = <function read_interactions>

Read a DyNetx graph from interaction list format.

Parameters

pathbasestring

The desired output filename

delimitercharacter

Column delimiter

comments: character

Comments row identifier

directed: bool

Whether the graph is directed or not

nodetype: object

node type

timestamptype: object

timestamp type

encoding: str

File encoding, default utf-8

keys: bool