Pandy Maxima i minima dla danej kolumny

my_max = data['x1'].loc[data['x1'].idxmax()]      # Maximum in column
print(my_max)
# 9
InnovateDotAI DS