Skip to content

BUG: DTA/TDA/PA iadd/isub should actually be inplace #30505

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

Merged
merged 2 commits into from
Dec 27, 2019

Conversation

jbrockmendel
Copy link
Member

@jreback
Copy link
Contributor

jreback commented Dec 27, 2019

did we ever deprecate the i place ops for Index?

@jbrockmendel
Copy link
Member Author

did we ever deprecate the i place ops for Index?

They dont produce any kind of warnings, but they dont actually operate inplace

@jreback
Copy link
Contributor

jreback commented Dec 27, 2019

did we ever deprecate the i place ops for Index?

They dont produce any kind of warnings, but they dont actually operate inplace

right and since they are immutable objects we shouldn’t
allow it anyhow.

@jreback jreback added Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug Datetime Datetime data dtype labels Dec 27, 2019
@jreback jreback added this to the 1.0 milestone Dec 27, 2019
@jreback jreback merged commit 7a544f0 into pandas-dev:master Dec 27, 2019
@jreback
Copy link
Contributor

jreback commented Dec 27, 2019

thanks

@jbrockmendel jbrockmendel deleted the bug-dta-inplace branch December 27, 2019 16:19
AlexKirko pushed a commit to AlexKirko/pandas that referenced this pull request Dec 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Bug Datetime Datetime data dtype
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DTA/TDA/PA inplace methods should actually be inplace
2 participants