Skip to content

DataColumn.sortWith() function #297

Closed
@Jolanrensen

Description

@Jolanrensen

DataFrames have the sortWith function which allow you to write a Comparator to sort the rows. DataColumns currently only have sort() and sortDesc() if the type is a Comparable.
If you want to sort a DataColumn separately, you would first need to convert it to a List or DataFrame. IMO, this is a missed opportunity in the API.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions