cugraph.Graph.add_nodes_from# Graph.add_nodes_from(nodes)[source]# Add nodes information to the Graph. Parameters: nodeslist or cudf.SeriesThe nodes of the graph to be stored.