Pandas erhalten die höchsten Werte Zeile

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