I have two csv files, which share some common columns. Is there a way to get the intersection, union and asymmetric difference of these two files? For both of these two files, the first row are text characters and the other rows are just 0 or 1.
The csv files are like
A.csv
abc rec
0 0
1 0
0 1
B.csv
alt rec
1 0
1 0
0 1