Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 464 Bytes

remap_node_identifiers.md

File metadata and controls

15 lines (10 loc) · 464 Bytes

Remap Node Identifier

The Remap Node Identifier operation can be utilized to remap the id field of nodes in a graph.

The main entry point is the kgx.graph_operations.remap_node_identifier method that takes an instance of kgx.graph.base_graph.BaseGraph along with a category, alternative_property, and prefix as arguments.

kgx.graph_operations.remap_node_identifier

.. autofunction:: kgx.graph_operations.remap_node_identifier