cugraph.structure.NumberMap.set_renumbered_col_names#

NumberMap.set_renumbered_col_names(
src_col_names_to_replace,
dst_col_names_to_replace,
all_col_names,
)[source]#

Sets self.renumbered_src_col_name and self.renumbered_dst_col_name to values that can be used to replace src_col_names_to_replace and dst_col_names_to_replace to values that will not collide with any other column names in all_col_names.

The new unique column names are generated using the existing self.renumbered_src_col_name and self.renumbered_dst_col_name as starting points.