iduedu.join_urban_graphs¶
- iduedu.join_urban_graphs(left, right, *, graph_type=None, node_conflict='left')[source]¶
Join two compatible
UrbanGraphobjects by concatenating node and edge tables.Shared node indexes are allowed and are merged according to
node_conflict. Edge keys must be unique across both graphs because duplicate edges are ambiguous at this layer.- Return type:
- Parameters:
left (UrbanGraph)
right (UrbanGraph)
graph_type (str | None)
node_conflict (Literal['left', 'right'])