I have a chr column that contains time spent on a request in the following format -> 1mos 3w 1d 0h 0m 0s. When I am trying to sort the column and arrange the content in the desc order, it does not work (of course), as the order is based on numerics:
How could I convert this into time column (or smth) to be able to sort it correctly (with 6 months bigger then 7 days? Thank you in advance. I am out of ideas...