Hi, I have a col_split by a `pd.Series` to group into 3 different groups A, B, and C. The groups A, B, C seem to be automatically sorted ascending. However I need to sort with a custom order within the groups A, B, C. How is this possible?
Hi,
I have a col_split by a
pd.Seriesto group into 3 different groups A, B, and C.The groups A, B, C seem to be automatically sorted ascending.
However I need to sort with a custom order within the groups A, B, C. How is this possible?