Skip to content

Add option to load graph from CSV edgelist #1410

Open
@marcoSanti

Description

@marcoSanti

What is the expected enhancement?

Hi everybody, I was just wondering whether to ask here or on the pethgraph repo whether there is any plan to add the option to load a graph from a CSV adjacency list.

While this might not seem useful, when the graph starts to be big, python is not fast enough to load the data in an acceptable time.

For example, I have a weighted adjacency list of ~4M edges, which takes half an hour to load using Python. This is far from the biggest net I need to analyze (which is in the neighborhood of ~470M edges), and having the option to load it directly from within a rust-wrapped method would speed up performances.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions