powered by
Combined paired sets of columns following a join operation
coalesce_many(df)
returns a data frame with all sets of paired columns combined into single columns and named as, for example, Col_1, Col_2 etc.
a data frame following a join and thereby containing paired columns of the form Col_1.x, Col_1.y
coalesce_many runs inside swim_parse_splash
coalesce_many
swim_parse_splash