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

Parsing CSV files without header is problematic #28

Open
Vindaar opened this issue Apr 30, 2022 · 0 comments
Open

Parsing CSV files without header is problematic #28

Vindaar opened this issue Apr 30, 2022 · 0 comments

Comments

@Vindaar
Copy link
Member

Vindaar commented Apr 30, 2022

When trying to parse a CSV file that has no header, we still attempt to read a header, resulting in problems. Using colNames doesn't help (although it does assign the correct column names).

Maybe need an option that allows to say "no header" or something.

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

1 participant