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

Load first N rows of a file #54

Open
DilumAluthge opened this issue Jul 7, 2019 · 1 comment
Open

Load first N rows of a file #54

DilumAluthge opened this issue Jul 7, 2019 · 1 comment
Milestone

Comments

@DilumAluthge
Copy link

Is it possible to load only the first N rows of a CSV file? For example, if I have a 1001 row file (one header row and 1000 rows of data), is it possible for me to load only the header row and the first 500 rows of data?

@davidanthoff
Copy link
Member

Not at the moment, it first needs to be implemented in TextParse: queryverse/TextParse.jl#61.

@davidanthoff davidanthoff added this to the Backlog milestone Jul 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants