-
Notifications
You must be signed in to change notification settings - Fork 367
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
Make sure column names are valid identifiers #520
Comments
Warn when coercing invalid names pulled from file and when invalid names are passed to |
I'm cool with warning, but we should be willing to budge on that if enough people complain. I'd say we should raise errors when setting column names using |
Currently(0.5.4) the following problem arises: Given a csv file with the following header: The column names are read as readTable should either strip white space or allow for multiple-char separator.. |
Thanks for reporting, I'll clean this up. @johnmyleswhite I'll adapt your |
Please go ahead. I also noticed a bug with column names the other day, but didn't track it down. At some point, we need to sync with Base about |
Good call. |
Ensure column names are valid identifiers. Closes #520
Ensure column names are valid identifiers. Closes #520
We should make sure that readtable guarantees that all column names are valid identifiers. If we're not doing this now (I'm not sure), we should.
The text was updated successfully, but these errors were encountered: