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

BUG: Problem with string vars when subsetting large df #1319

Closed
nickeubank opened this issue Dec 15, 2017 · 3 comments
Closed

BUG: Problem with string vars when subsetting large df #1319

nickeubank opened this issue Dec 15, 2017 · 3 comments

Comments

@nickeubank
Copy link
Contributor

Struggling with a very strange problem:

screen shot 2017-12-15 at 2 51 14 pm

The data I'm using isn't really public, so I've been trying to come up with a MWE, but haven't had luck. The problem disappears if I take the first 10, 100, or 1000 rows. Only when I keep 10,000 rows (head -10000 the_file.csv >> mwe.csv) does the problem persist. It also goes away if I drop a lot of the columns. :/

Does this mean anything to anyone?

@nickeubank
Copy link
Contributor Author

OK, while not sensitive, I'd rather not post file on github, but could share 10000 rows with an admin if it'd help.

@nickeubank
Copy link
Contributor Author

nickeubank commented Dec 15, 2017

ah, ok -- the weakrefs must be lost. Check out row 3 columns :trans. The letter is changing over time. It must be pointing to memory used by something else.

screen shot 2017-12-15 at 3 05 46 pm

[EDIT:] Jumped again:
screen shot 2017-12-15 at 3 08 20 pm

@nalimilan
Copy link
Member

Yes, that's a CSV/WeakRefString bug. I think it's fixed by JuliaData/WeakRefStrings.jl#17. Feel free to comment there if it persists after the fix is merged.

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