cugraph.structure.graph_implementation.simpleGraphImpl.nodes#

simpleGraphImpl.nodes()[source]#

Returns all the nodes in the graph as a cudf.Series, in order of appearance in the edgelist (source column first, then destination column). If multi columns vertices, return a cudf.DataFrame.