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

Review dataframe operations to see where inplace=True may be used #148

Closed
2 tasks
PeterDSteinberg opened this issue Mar 31, 2017 · 2 comments
Closed
2 tasks

Comments

@PeterDSteinberg
Copy link
Collaborator

  • Review usages of dataframes in B-Tax and replace copy operations with in place operations where possible (reduce memory footprint, sometimes reduce CPU usage)
  • Make issues to do this dataframe in place usage check in OG-USA and Tax-Calculator
@PeterDSteinberg
Copy link
Collaborator Author

I noticed this when working on PEP8 issues as part of #146

@jdebacker
Copy link
Member

These have been updated with PR #237.

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

No branches or pull requests

2 participants