我有这个file1.csv:
A,dog cat horse cow
B,goat deer fish
A,deer goat
C,dog cat
C,goat
Run Code Online (Sandbox Code Playgroud)
我需要合并加入类似的行(例如 A 和 C):
A,dog cat horse cow deer goat
B,goat deer fish
C,dog cat goat
Run Code Online (Sandbox Code Playgroud)