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
New installation fails as Pandas deprecated sort() in favor of sort_values() or sort_index(). Should I require a specific pandas version before version 0.20 or attempt to update the calls to sort() with sort_values()?