Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pandas Sort Deprecated #126

Open
AaronHolm opened this issue Sep 21, 2019 · 2 comments
Open

Pandas Sort Deprecated #126

AaronHolm opened this issue Sep 21, 2019 · 2 comments

Comments

@AaronHolm
Copy link

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()?

@josiahjohnston
Copy link
Contributor

josiahjohnston commented Sep 21, 2019 via email

@AaronHolm
Copy link
Author

I went with the quick fix for now, but will look at updating to new calls as I explore, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants