Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'sort' and 'sortByColumns' to reorder DataFrames #5

Closed
andrus opened this issue Jan 19, 2019 · 1 comment
Closed

'sort' and 'sortByColumns' to reorder DataFrames #5

andrus opened this issue Jan 19, 2019 · 1 comment
Milestone

Comments

@andrus
Copy link
Collaborator

andrus commented Jan 19, 2019

Let's implement DataFrame sorting:

<V extends Comparable<? super V>> DataFrame sort(DataRowToValueMapper<V> m)

DataFrame sortByColumn(String column, boolean ascending)
DataFrame sortByColumn(int column, boolean ascending)

DataFrame sortByColumns(String[] columns, boolean[] ascending)
DataFrame sortByColumns(int[] columns, boolean[] ascending)
@andrus andrus added this to the 1.0 milestone Jan 19, 2019
@andrus
Copy link
Collaborator Author

andrus commented Jan 19, 2019

done. see 4368d51

@andrus andrus closed this as completed Jan 19, 2019
andrus added a commit that referenced this issue Mar 28, 2019
cleaning up unused generics from sort method sigs
andrus added a commit that referenced this issue Mar 28, 2019
* allowing to specify sort direction
andrus added a commit that referenced this issue Mar 28, 2019
cleaning up unused generics from sort method sigs'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant