-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
CLN/DEPR: removed deprecated as_indexer arg from str.match() #22626
Conversation
Hello @HyunTruth! Thanks for submitting the PR.
|
Codecov Report
@@ Coverage Diff @@
## master #22626 +/- ##
==========================================
- Coverage 92.04% 92.04% -0.01%
==========================================
Files 169 169
Lines 50782 50778 -4
==========================================
- Hits 46744 46740 -4
Misses 4038 4038
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small doc change. ping when pushed .
doc/source/whatsnew/v0.24.0.txt
Outdated
@@ -528,7 +528,7 @@ Removal of prior version deprecations/changes | |||
- Removal of the previously deprecated module ``pandas.core.datetools`` (:issue:`14105`, :issue:`14094`) | |||
- Strings passed into :meth:`DataFrame.groupby` that refer to both column and index levels will raise a ``ValueError`` (:issue:`14432`) | |||
- :meth:`Index.repeat` and :meth:`MultiIndex.repeat` have renamed the ``n`` argument to ``repeats``(:issue:`14645`) | |||
- | |||
- Removal of the previously deprecated as_indexer keyword completely from ``str.match()`` (:issue:`22356`,:issue:`6581`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you use double-back ticks here on as_indexer
, also use the ref, .e.g :meth:`~Series.str.match`
Did the small change, thanks a lot @HyunTruth ! |
Thanks @jorisvandenbossche! |
git diff upstream/master -u -- "*.py" | flake8 --diff
This is the renewal of #22356, as the git got tangled up I re-forked the repo.