dynetx.readwrite.edgelist.read_snapshots

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

Read a DyNetx graph from snapshot graph 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