The sort operation only currently allows for sorting by ascending and descending order. Please consider adding support for an absolute sort whereby the dataframe is sorted on a column by the absolute value of each column row/cell.
In addition, I tried implementing a home-baked solution but that only seemed to erase the whole dataframe. Is there any less efficient solution I could use in the meantime that makes use of the currently available library functions?
The sort operation only currently allows for sorting by ascending and descending order. Please consider adding support for an absolute sort whereby the dataframe is sorted on a column by the absolute value of each column row/cell.
In addition, I tried implementing a home-baked solution but that only seemed to erase the whole dataframe. Is there any less efficient solution I could use in the meantime that makes use of the currently available library functions?