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

CLN/DEPR: removed deprecated as_indexer arg from str.match() #22626

Merged
merged 3 commits into from
Sep 7, 2018

Conversation

HyunTruth
Copy link
Contributor

This is the renewal of #22356, as the git got tangled up I re-forked the repo.

@pep8speaks
Copy link

Hello @HyunTruth! Thanks for submitting the PR.

@codecov
Copy link

codecov bot commented Sep 7, 2018

Codecov Report

Merging #22626 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            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
Flag Coverage Δ
#multiple 90.45% <100%> (-0.01%) ⬇️
#single 42.27% <66.66%> (ø) ⬆️
Impacted Files Coverage Δ
pandas/core/strings.py 98.63% <100%> (-0.01%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 14ccdd2...a95baf7. Read the comment docs.

@jreback jreback added this to the 0.24.0 milestone Sep 7, 2018
@jreback jreback added the Deprecate Functionality to remove in pandas label Sep 7, 2018
Copy link
Contributor

@jreback jreback left a 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 .

@@ -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`)
Copy link
Contributor

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`

@jorisvandenbossche jorisvandenbossche merged commit 70c9003 into pandas-dev:master Sep 7, 2018
@jorisvandenbossche
Copy link
Member

Did the small change, thanks a lot @HyunTruth !

@HyunTruth HyunTruth deleted the as_indexer branch September 9, 2018 09:19
@HyunTruth
Copy link
Contributor Author

Thanks @jorisvandenbossche!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Deprecate Functionality to remove in pandas
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Match can return non-boolean results yet warning suggests results are boolean
4 participants