Suppose there are two datasets with same columns: A B C. I merged two datasets by A. However, the merged dataset has columns called B.x, B.y, C.x, C.y. But I only want to have B and C in new dataset. How to solve this question?
Asked
Active
Viewed 97 times
0
-
Does this answer your question? [How to join (merge) data frames (inner, outer, left, right)](https://stackoverflow.com/questions/1299871/how-to-join-merge-data-frames-inner-outer-left-right) – Russ Thomas Sep 15 '20 at 21:23