cugraph.experimental.PropertyGraph ================================== .. currentmodule:: cugraph.experimental .. autoclass:: PropertyGraph .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~PropertyGraph.__init__ ~PropertyGraph.add_edge_data ~PropertyGraph.add_vertex_data ~PropertyGraph.annotate_dataframe ~PropertyGraph.edge_props_to_graph ~PropertyGraph.edge_types_from_numerals ~PropertyGraph.edge_vector_property_to_array ~PropertyGraph.extract_subgraph ~PropertyGraph.fillna_edges ~PropertyGraph.fillna_vertices ~PropertyGraph.get_edge_data ~PropertyGraph.get_num_edges ~PropertyGraph.get_num_vertices ~PropertyGraph.get_vertex_data ~PropertyGraph.get_vertices ~PropertyGraph.has_duplicate_edges ~PropertyGraph.is_multi_gpu ~PropertyGraph.is_multigraph ~PropertyGraph.renumber_edges_by_type ~PropertyGraph.renumber_vertices_by_type ~PropertyGraph.select_edges ~PropertyGraph.select_vertices ~PropertyGraph.vertex_types_from_numerals ~PropertyGraph.vertex_vector_property_to_array ~PropertyGraph.vertices_ids .. rubric:: Attributes .. autosummary:: ~PropertyGraph.dst_col_name ~PropertyGraph.edge_id_col_name ~PropertyGraph.edge_property_names ~PropertyGraph.edge_types ~PropertyGraph.edges ~PropertyGraph.src_col_name ~PropertyGraph.type_col_name ~PropertyGraph.vertex_col_name ~PropertyGraph.vertex_property_names ~PropertyGraph.vertex_types ~PropertyGraph.weight_col_name