By grouping two columns I made some changes.
I generated a file using python, it resulted in 2 duplicate columns. How to remove duplicate columns from a dataframe?
|
It's probably easiest to use a groupby (assuming they have duplicate names too):
If they have different names you can
Usually |
|||||||||
|