I have this matrix:
[[1, 0.7142857142857144], [3, 3.7142857142857144]]
And I need order that matrix by second column in desc order using python, How can I do it?
I have this matrix:
[[1, 0.7142857142857144], [3, 3.7142857142857144]]
And I need order that matrix by second column in desc order using python, How can I do it?