Displaying 1 result from an estimated 1 matches for "307196".
Did you mean:
30716
2007 Sep 04
2
Howto sort dataframe columns by colMeans
I read from external data source containing several columns. Each column
represents value of a metric. The columns are time series data.
I want to sort the resulting dataframe such that the column with the largest
mean is the leftmost column, descending in colMean values to the right.
I see many solutions for sorting rows based on some column characteristic,
but haven't found any