-
Notifications
You must be signed in to change notification settings - Fork 12
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
New command: sort #51
Comments
I think this lower priority now we can just do |
Implement ^^^ as a test. (test/test.sh) |
We need to be able to sort the columns by their canonical order, with a method like I am happy if the sort function could simply build on the the dosql command, in combination with a canonical column ordering. |
It seems like So everytime we read a file using |
Sort needs to sort also the rows! This here seems wrong: You can see it has a subject_label right at the end, while I would expect it to be after subject_id! |
Aah .. I see why that's happening. Easy fix! |
Now for rows, what would be the sort-by rule? EDIT: Spoke to Chris and he said just a simple ascending ordered sort of the first column rows should suffice for now. |
See mapping-commons/sssom#39
We need a command that uses the canonical column order to sort an entire mapping set data frame correctly.
The text was updated successfully, but these errors were encountered: