Skip to content

Error for name generation for multiple anonymous functions #2492

@pdeffebach

Description

@pdeffebach
julia> df = DataFrame(A = [1, 2, 3, missing], B = [2, 1, 2, 1]);

julia> select(df, :A => (t -> t .+ 1), :A => (t -> t .+ 2))
ERROR: ArgumentError: duplicate target column name A_function passed

Should be :A_fun and :A_fun1, right? Or something similar?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions