Given this Dataframe:
df2 = pd.DataFrame([[3,3,3,3,3,3,5,5,5,5],[2,2,2,2,8,8,8,8,6,6]], columns=list(\'ABCDEFGHIJ\')) A B C D E F G H I J 0 3 3 3