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

Memory-efficient iteration #63

Closed
ADanilychevJr opened this issue Feb 27, 2016 · 0 comments · May be fixed by #96
Closed

Memory-efficient iteration #63

ADanilychevJr opened this issue Feb 27, 2016 · 0 comments · May be fixed by #96

Comments

@ADanilychevJr
Copy link

Been loving django-pandas so far!

One issue I've been having is with python eating up way too much memory for some of my larger tables. Once read in, a dataframe I have is only 2.1MB, built from around 150k rows. I'm getting memory quota errors on Heroku due to this.

A more memory-efficient iteration for io.read_frame would be great
Something like this: http://www.poeschko.com/2012/02/memory-efficient-django-queries/

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

Successfully merging a pull request may close this issue.

2 participants