cugraph.structure.graph_implementation.simpleGraphImpl.edges#

simpleGraphImpl.edges()[source]#

Returns all the edges in the graph as a cudf.DataFrame containing sources and destinations. It does not return the edge weights. For viewing edges with weights use view_edge_list()