deepgraph.deepgraph.DeepGraph.update_edges

DeepGraph.update_edges()[source]

After removing nodes in v, update e.

If you deleted rows from v, you can remove all edges associated with the deleted nodes in e by calling this method.

Returns:e – update e
Return type:pd.DataFrame