-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
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
Labels
No labels