How to add columns with the same name into last line in order to have only one column pandas

Advertisements There is a dataframe that contains several columns with the same name and I don’t know the exact number of columns with the same. I want to keep only one column on my dataframe and add the the values of the other to the last line. I don’t know the best way to proceed.… Read More How to add columns with the same name into last line in order to have only one column pandas