CSV file with several values, get median in groups of ten

المشرف العام

Administrator
طاقم الإدارة
I have a csv file with 4000 lines and 270 columns. So I want to read each column and take the median of groups of 10 elements. How do I do this in Python on a fast way, taking into account the number of values.

Thanks!



أكثر...
 
أعلى