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

Add inplace option to many DataFrame, etc. methods #207

Closed
wesm opened this issue Oct 8, 2011 · 2 comments
Closed

Add inplace option to many DataFrame, etc. methods #207

wesm opened this issue Oct 8, 2011 · 2 comments
Milestone

Comments

@wesm
Copy link
Member

wesm commented Oct 8, 2011

On larger datasets methods like

  • sort_index
  • rename

(add methods to list)

etc. would benefit from an inplace option, e.g.:

df.sort_index(by=col, inplace=True)

and this would be more memory efficient

@wesm
Copy link
Member Author

wesm commented May 15, 2012

@changhiskhan I think if we do rename and sort_index, we should be good to go for now. It will be an ongoing effort to add in-place options to methods, too much for a single issue probably...

@changhiskhan
Copy link
Contributor

ok, cool. rename is there. I just have to do sort_index

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

2 participants