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

Ensure column names are valid identifiers. Closes #520 #563

Merged
merged 1 commit into from
Mar 12, 2014
Merged

Ensure column names are valid identifiers. Closes #520 #563

merged 1 commit into from
Mar 12, 2014

Conversation

garborg
Copy link
Contributor

@garborg garborg commented Mar 9, 2014

No description provided.

@garborg
Copy link
Contributor Author

garborg commented Mar 11, 2014

I'm planning to merge this tonight. Another pair of eyes would be good -- it's not urgent, the naming scheme of the added methods doesn't seem great, but they aren't exported.

@@ -642,11 +641,8 @@ function parsenames!(names::Vector{Symbol},
for j in 1:fields
left = bounds[j] + 2
right = bounds[j + 1]
if bytes[right] == '\r' || bytes[right] == '\n'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be a while loop just to be safe?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the for j in 1:fields? or reinserting the adjustments to right and left instead of delegating that to the loops inside identifier?

@johnmyleswhite
Copy link
Contributor

This looks good to merge. Do whatever you'd like with my comments.

@garborg
Copy link
Contributor Author

garborg commented Mar 11, 2014

Thanks for the comments!

garborg added a commit that referenced this pull request Mar 12, 2014
Ensure column names are valid identifiers. Closes #520
@garborg garborg merged commit 8fe673c into JuliaData:master Mar 12, 2014
nalimilan pushed a commit that referenced this pull request May 26, 2022
Ensure column names are valid identifiers. Closes #520
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

Successfully merging this pull request may close these issues.

2 participants