Hi there
I have a CSV file that i want to sort by the second column of data... i.e.
COLUMN 1,COLUMN 2,COLUMN 3,COLUMN 4
1234,54689,55489,The fox
5554,4568,59823,Brush
0578,XYZ,PQRS,12364
I want to be able to write a function that can sort on any one of these columns depending on the index i...