I am working on a tracking project in which I am implementing trilateration algorithm. I have data in csv file. I want to retrieve values of cells in csv file one by one in my algorithm. Following is the screenshot of dataset for reference.
For example: At first (see picture above) I have to retrieve '-49' then '-51' and then '-56' and so on I have to retrieve all the values. Is there any shortcut method through loop to do this efficiently.