Los pandas obtienen la fila de valores más altos

# find the maximum values of each row
maxValues = abc.max(axis = 1)
speedfastman