I work on a big Python dataframe and notice that some columns have same values for each row BUT columns' names are different. Also, some values are text, or timeseries data.
Any easy was to get rid of these columns duplicates and keep first each time?
Many thanks