1
I have a table with numerical values and would like to take the values in common in all columns (intersection) and the unique values of each using pandas (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
Hello Leandro, welcome to Stackoverflow in English, could you translate your question? If possible do a tour to get to know the site better.
– William Cézar