I have some dataframes (df) with categorical data starting with: a, b, c and a category for "remaining categories".
I would like to sort the month column in the dataframe ascending=true, but then have the category column sorted so that they are in the following order:
c
a
b
"remaining category"
Is this possible? --> Basically I want a custom sort order for a specific column, but then have the month column sorted in order of date.