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
hm why the ast? literal_eval('(1,2]') won't evaluate because that's not valid syntax. found this on ordering intervals which is a special case of partial ordering
another example:
http://stackoverflow.com/questions/23814368/sorting-pandas-categorical-labels-after-groupby
At the moment bins / buckets are simply strings, so you can't sort them properly.
The dtype of the Index is object (because these are strings), maybe we could just have these as a subclass of strings where:
Can put together pr if seems reasonable.
The text was updated successfully, but these errors were encountered: