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
Fix tslib issue with new version of pandas (pandas-dev#353)
* Remove unused imports
* starting with pandas 0.20.0 tslib is part of _libs
* Update code to work with pandas 0.20.+
* Sorting between 0.16 and 0.20 versions requires two different methods
* remove deprecated indexer from script
* Convert datetime slicing to loc indexing
0 commit comments