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

use keyword-only params in sort_index #1

Closed
wants to merge 1 commit into from

Conversation

maurerle
Copy link
Owner

in methods where inplace is allowed, non-keyword args will become deprecated soon:
pandas-dev/pandas#41506

This does not change any current behavior, but removes a deprecation warning when using the latest pandas version

in methods where inplace is allowed, non-keyword args will become deprecated soon:
pandas-dev/pandas#41506

This does not change any current behavior, but removes a deprecation warning when using the latest pandas version
@maurerle maurerle closed this Jul 3, 2022
maurerle pushed a commit that referenced this pull request Mar 18, 2024
maurerle pushed a commit that referenced this pull request Mar 18, 2024
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

Successfully merging this pull request may close these issues.

1 participant