We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
julia> df = DataFrame(a = [1, 2]); julia> x = [true, false]; julia> @subset df x ERROR: LoadError: MethodError: no method matching fun_to_vec(::Symbol; no_dest=true, outer_flags=(var"@byrow" = Base.RefValue{Bool}(false), var"@passmissing" = Base.RefValue{Bool}(false), var"@astable" = Base.RefValue{Bool}(false)))
Need to write a method of fun_to_vec for symbols and integers.
fun_to_vec
The text was updated successfully, but these errors were encountered:
This is a bug that should get fixed before 1.0 I think.
Sorry, something went wrong.
No branches or pull requests
Need to write a method of
fun_to_vec
for symbols and integers.The text was updated successfully, but these errors were encountered: