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
While pandas does not force you to have a sorted date index, some of these methods may have unexpected or incorrect behavior if the dates are unsorted. So please be careful
Creating a DataFrame from Series with unsorted indeces gives completely bad data.
I've written a module that reproduces the bug—unless this is by design. Give it a try.
(I'm running
pandas==0.8.1
, Python 2.7.2, and OS X Mountain Lion.)The text was updated successfully, but these errors were encountered: