Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information