I am trying to sort the values of my data.frame in the following way:
for i in range(len(df.index)): if df.at[i, "x1"] <= df.at[i, "x2&q