I have a xls Excel file with a startpoint and endpoint column each containing x and y coordinates and I need to get the distance between each start- and endpoint. The result (the calculated distance) should be added as new column into the file.
Can anybody help me out here with python code snippet or a workflow to achieve this?
Thanks in advance 