Hi, TIMA2
Simply speaking I just want to find the column index of the top 12 in the 48 cloumn sum values in the CSV.
But the 48 column indexes are divided into 3 parts( A/B/C) .
LIST_A : [9,10,11,12,21,22,23,24,33,34,35,36,45,46,47,48] ---column index number
LIST_B : [5,6,7,8,17,18,19,20,29,30,31,32,41,42,43,44]
LIST_C : [1,2,3,4,13,14,15,16,25,26,27,28,37,38,39,40]
I need top 4 from LIST_A , LIST_B , LIST_C , then there are 12 column indexes in total.
Looking forward to hear from you soon.
Thanks~
Tommy