I have the dataframe like below
df:
                    138.750000 138.750111 138.750222
35.666556           695.6      700.3      709.5
35.666444           701.5      706.0      713.4
35.666333           717.8      717.5      720.4
How can I access the dataframe value
df[35.666556,138.750000]
695.6
Doing this will give an error of float datatype error.
Thanks -Megha
 
    