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

loadTable on a very large data set causes a empty p5.Table to return and no errors #2216

Closed
m00nwtchr opened this issue Sep 28, 2017 · 7 comments
Assignees
Labels

Comments

@m00nwtchr
Copy link

Hi I have a very large tsv file (over 2 000 000 lines) and loadTable refuses to work with it can someone help me? if doing this large oprations in p5js is not possible then can I do it in processing?

@limzykenneth
Copy link
Member

Hi @lukas2005, that tsv sounds rather large and we probably never tried something that big before, is it possible to share the file so we can test it?

For Processing, see here

@m00nwtchr
Copy link
Author

@m00nwtchr
Copy link
Author

PS i succeded to import this tsv file on processing with memory max set to 4 GB

@limzykenneth
Copy link
Member

@lukas2005 Sorry, I didn't manage to get back to you promptly. The link is no longer working. Actually, instead of sharing it, can you just let us know how big the file is? Both the file size and the number of columns would be great, we can probably generate some random file ourselves from those stats.

If you need 4GB of memory on Processing to import this file, the. I think you may not be able to do it with p5.js easily if at all but I still like to at least try.

@m00nwtchr
Copy link
Author

it has 316 MB and has 10 columns

@TanviKumar
Copy link
Member

#3127 solves this

@lmccart
Copy link
Member

lmccart commented Aug 13, 2018

fixed with #3127

@lmccart lmccart closed this as completed Aug 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants