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

Commits on Jun 27, 2022

  1. use keyword-only params in sort_index

    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 authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    b60572b View commit details
    Browse the repository at this point in the history