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: convert argument in .take method #27171

Merged
merged 3 commits into from
Jul 2, 2019

Conversation

mroeschke
Copy link
Member

@mroeschke mroeschke commented Jul 1, 2019

@mroeschke mroeschke added the Clean label Jul 1, 2019
@mroeschke mroeschke added this to the 0.25.0 milestone Jul 1, 2019
@@ -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`)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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`)

Copy link
Member

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...

@jreback
Copy link
Contributor

jreback commented Jul 2, 2019

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)

@mroeschke mroeschke merged commit 7ec7c9e into pandas-dev:master Jul 2, 2019
@mroeschke mroeschke deleted the clean_convert_arg_take branch July 2, 2019 03:55
@mroeschke
Copy link
Member Author

Created #27174 for the follow up consolidation.

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

Successfully merging this pull request may close these issues.

None yet

3 participants