You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think people will want to be able to specify if it is an ascending or descending sort?
In addition to a general ascending/descending flag, some other possible options that I am aware off in other systems: ability to specify ascending/descending per sort key, specify behaviour of sorting NaNs/nulls (first vs last)
There's currently no sorting functionality. OK to add
DataFrame.sort
which takes a sequence of column names to sort by?The text was updated successfully, but these errors were encountered: