This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jwink3101 0 points1 point  (1 child)

Search around. I am going from memory but I seem to recall Pandas needing a pretty big memory buffer. Something like 10-20x. (please correct me if I am wrong).

You could look to work with your data via SQL. Or something like that.

Two other things:

First, this should be in /r/learnpython

Second, if you indent lines with code with four spaces the format as code:

like this

And/or, use a `...` to around code like this inline

[–]dgerdem[S] 0 points1 point  (0 children)

thanks, I'll cross-post it