I have a three columns data, two columns spatial coordinates and in the third column, one property of my data which I am interested to compute the auto-correlation between this parameter according their spatial separation.
X Y ellipticity
7796.94 190.754 0.473162
8572.75 264.647 -0.154701
7503.24 229.256 -0.486455
8283.70 227.214 0.186650
1950.70 225.452 -0.136786
3441.52 190.175 -0.202818
3724.03 207.877 0.401871
2228.14 218.487 -0.0455063
1743.08 212.528 -0.0428524
4130.26 199.190 0.468680
1557.94 206.700 -0.0365743
3708.06 233.734 -0.177434
8379.25 216.740 -0.0792299
I am wondering whether there is a library in python which I can use and it helps me to measure this quantity?