I have a table with numeric values and I would like to get the values in common in all columns (intersection) and the unique values of each using Python.
Position_a Position_b Position_c Position_d Position_e Position_f
0 45794939.0 45794939.0 45794939 45794939.0 45794939 45794939.0
1 45794975.0 45794975.0 45794975 45794975.0 45794975 45794975.0
2 45794983.0 45794983.0 45794983 45794983.0 45794983 45794983.0
3 45794988.0 45794988.0 45794988 45794988.0 45794988 45794988.0
4 45795006.0 45795006.0 45795006 45795006.0 45795006 45795006.0