-
Notifications
You must be signed in to change notification settings - Fork 368
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
let indicator allow strings #2284
Conversation
Apart from the small comments there is a small problem.
which will always fail is However, now as I look at it it actually seems it can be removed if we move line:
before line:
(if it is not clear for you why then I can fix this after this PR is merged) |
Thanks for the review. Indeed I cannot figure out this error you described. I can't figure out a way to write code that throws an error about comparing a symbol to a string. I think you may have to fix it after the merge. |
OK - I can clean up the code later. For now can you please just add after line https://github.com/JuliaData/DataFrames.jl/pull/2284/files#diff-3d9293bcc4eac4333160c4d203ae91d7R244 (i.e. as a first statement executed if
it will fix the bug (not in the cleanest way, but will do for now) as then we are sure that in I cannot fix it via web interface unfortunately. |
Added! let me know what else to add |
Looks good. Thank you! |
Thank you! |
Fixed #2283