def create_ranklist (data ) : for j in range(len(data[0])): putcolumn( data,ranking(select_column(data,j)),j) # method to load a specific column