I'm working on a project in which I'm not allowed to import any modules. I need to do some calculations with specific data values from a CSV file, but in order to do that i would need to find them first. I don't know how to get my program to find the values of the 3rd,4th and 5th column in a specific row where column[1] is a specific number. Since the numbers in a given CSV file for column[1] would not necessarily be in numerical order, i need to arrange the 3rd,4th and 5th column in numerical order of the column[1] ascending from 1. Any help would be much appreciated.
J1283,1,-0.837028634,0.724271463,0.718634041
J1283,2,-0.836510147,-0.722637551,0.718199937
J1283,6,-0.833234927,-0.722650022,0.71765857
J1283,4,-0.829230547,-0.723707934,-0.717132914
J1283,3,-0.81601564,-0.722668297,0.717088805
J1283,5,-0.808930225,-0.722808277,0.718237702