mmcci.io.read_network

mmcci.io.read_network(path: str, metadata: dict | None = None) CCIData[source]

Loads a single network from a csv file.

Parameters:
  • path (str) – Path to the saved network file

  • metadata (dict) (optional) – Dictionary containing other metadata

Returns:

The loaded CCIData object

Return type:

CCIData