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

Mark inplace operations as deprecated #53

Open
klieret opened this issue Nov 30, 2020 · 0 comments
Open

Mark inplace operations as deprecated #53

klieret opened this issue Nov 30, 2020 · 0 comments
Assignees

Comments

@klieret
Copy link
Owner

klieret commented Nov 30, 2020

The inplace syntax causes a lot of bugs and doubles the amount of testing, e.g. #51 .

Also the not-inplace operations don't do a copy either at the moment, so it's currently 100% equivalent.

See also pandas-dev/pandas#16529

@klieret klieret self-assigned this Nov 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant