Hello,
According to the documentation, it is possible to split by group and then use run_sorters
to get a sorter object per group. However, if possible, I would like to a single object with data from all my groups (shanks)
In version 0.11.0 one could use grouping_property='group'
to sort by group and to keep the data in a single sorter object. Is there a similar method with 0.93.0?
Cheers