My input dataframe:
    A         Min Thresh   Max Thresh
    0          1          
    0                          10
    15.5       1               11
    13.3                       15
    10         0               15
Desired output:
A
1
0
11
13.3
10
Could you please help me about this?
 
    