When running ```kotlin irisData.groupBy("Species").sortBy("Sepal.Length") ``` it fails with ``` java.lang.IllegalStateException: Can not use ColumnGroup as sort column ``` However, sorting by group is a common usecase. In particular in combination with next() and prev()