Skip to content

Work with symbols and integers on the RHS #348

@pdeffebach

Description

@pdeffebach
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions