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

First rows of Stata file are repeatedly re-read on each call to Read() #7

Closed
duncanharris opened this issue Nov 20, 2018 · 1 comment

Comments

@duncanharris
Copy link

Seek(,0) happens on every read so first rows of file are repeatedly re-read on each call to Read()

rdr.reader.Seek(rdr.seek_data+6, 0)

@kshedden
Copy link
Owner

Thanks, I think I have fixed this now. If further issues with this let me know.

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