Skip to content

[FEA]: Add to_pandas_edgelist #113

@eriknw

Description

@eriknw

nx.to_pandas_edgelist is one of the main ways to convert a networkx graph into a usable data structure. It is probably important for end-to-end workflows. Many networkx dependents use it (64th rank based on the latest analysis of dependents).

We already have from_pandas_edgelist, so this would complete the to/from conversion for pandas edgelists.

We could consider adding the ability to return cudf dataframes or specially handle cudf.pandas return types.

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