Hello,
I have a quite large dataset 72501 rows and 36 columns.
An example is as follows:
10268|32999226|15351|10272|7662755|||||||||||||||||||||||||||||||
32999226|||||||||||||||||||||||||||||||||||
15351|||||||||||||||||||||||||||||||||||
10272|||||||||||||||||||||||||||||||||||
7662755|||||||||||||||||||||||||||||||||||
31480|||||||||||||||||||||||||||||||||||
16915|41954587||||||||||||||||||||||||||||||||||
41954587|||||||||||||||||||||||||||||||||||
12776005|12045|42106241|186441|12679178|79583|12676630|42106251|12636808|17353|59360488|59363938|78459|12679394|12714173|12681521|12028|1941|143127|12019|17491|12018|59363230|12020|79783|33155051|16213|59360488|68369970|59360381|59359167|68370458|59360316|68370350|68372693|59363226
(where | = column)
What I would like is to get all possible combinations of 2 pairs (SHOULD ON THE SAME ROW) with a (#) in between them
For example
10268#32999226
32999226#10268
10268#15351
10268#10272
12776005#42106251
etc
I have a quite large dataset 72501 rows and 36 columns.
An example is as follows:
10268|32999226|15351|10272|7662755|||||||||||||||||||||||||||||||
32999226|||||||||||||||||||||||||||||||||||
15351|||||||||||||||||||||||||||||||||||
10272|||||||||||||||||||||||||||||||||||
7662755|||||||||||||||||||||||||||||||||||
31480|||||||||||||||||||||||||||||||||||
16915|41954587||||||||||||||||||||||||||||||||||
41954587|||||||||||||||||||||||||||||||||||
12776005|12045|42106241|186441|12679178|79583|12676630|42106251|12636808|17353|59360488|59363938|78459|12679394|12714173|12681521|12028|1941|143127|12019|17491|12018|59363230|12020|79783|33155051|16213|59360488|68369970|59360381|59359167|68370458|59360316|68370350|68372693|59363226
(where | = column)
What I would like is to get all possible combinations of 2 pairs (SHOULD ON THE SAME ROW) with a (#) in between them
For example
10268#32999226
32999226#10268
10268#15351
10268#10272
12776005#42106251
etc
Last edited: