-
Notifications
You must be signed in to change notification settings - Fork 20
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
Reading the first N rows #61
Comments
I actually would have thought that the Having the ability to only return |
I'd like this feature to support JuliaData/JuliaDB.jl#288, where we want to parse only the header, and then pass the header to workers who will then parse the rest of the file in chunks. |
#145 was the first step: it freed the name I was actually also thinking to breaking out a separate function that just gets you the header, so that one doesn't have to use |
The separate header-parsing function would be super useful, and would allow me to finish the current PR I'm working on! A streaming interface would be interesting, although I'm not yet sure what I'd use it for 😄 |
Ok, cool. No promise on timing, but I'll try to give it a bit more priority than it has right now ;) |
Sometimes it is useful to read just the first N rows, before reading everything. Is there a recommend way to achieve this?
The text was updated successfully, but these errors were encountered: