-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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: convert argument in .take method #27171
Conversation
doc/source/whatsnew/v0.25.0.rst
Outdated
@@ -645,6 +645,7 @@ Removal of prior version deprecations/changes | |||
- Removed the previously deprecated ``ordered`` and ``categories`` keyword arguments in ``astype`` (:issue:`17742`) | |||
- Removed the previously deprecated ``cdate_range`` (:issue:`17691`) | |||
- Removed the previously deprecated ``True`` option for the ``dropna`` keyword argument in :func:`SeriesGroupBy.nth` (:issue:`17493`) | |||
- Removed the previously deprecated ``covert`` keyword argument in :meth:`Series.take` (:issue:`17352`) |
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.
- Removed the previously deprecated ``covert`` keyword argument in :meth:`Series.take` (:issue:`17352`) | |
- Removed the previously deprecated ``convert`` keyword argument in :meth:`Series.take` (:issue:`17352`) |
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.
Also, I don't recall it being just limited to Series.take
...
so i think we can collapse _take back into take; it was split out to be the internal take to accomdate this deprecation. can be a separate PR if u want (make an issue though) |
Created #27174 for the follow up consolidation. |
git diff upstream/master -u -- "*.py" | flake8 --diff