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
Deprecating Series.argmin and Series.argmax (#16830) (#16955)
* Deprecating Series.argmin and Series.argmax (#16830)
Added statements about correcting behavior in future commit
Add reference to github ticket
Fixing placement of github comment
Made test code more explicit
Fixing unrelated tests that are also throwing warnings
Updating whatsnew to give more detail about deprecation
Fixing whatsnew and breaking out tests to catch warnings
Additional comments and more concise whatsnew
Updating deprecate decorator to support custom message
DOC: Update docstrings, depr message, and whatsnew
* Added debug prints
* Try splitting the filters
* Reword whatsnew
* Change sparse series test
* Skip on py2
* Change to idxmin
* Remove py2 skips
* Catch more warnings
* Final switch to idxmax
* Consistent tests, refactor to_string
* Fixed tests
0 commit comments