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()?
The text was updated successfully, but these errors were encountered:
Thanks for spotting this and alerting us!
One-off workaround is manually installing a lower version of pandas before installing switch. Quick fix is pegging to a lower version in setup.py (<=) . Better fix is updating to new calls and pegging to higher version (>=).
----
Sent from a phone; please excuse brevity and typos
On Sep 21, 2019, at 8:03 AM, Aaron Holm ***@***.***> wrote:
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()?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
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()?
The text was updated successfully, but these errors were encountered: