Skip to content

Allow transform(df, [:x1, AsTable(:x2, :x4)] => fun) #2328

@pdeffebach

Description

@pdeffebach
df = DataFrame(rand(10, 4))
transform(df, [:x1, Between(:x2, :x4)] => fun)

where fun accepts a vector and a vector of vectors. i.e., when multi-column selectors are used inside the function input vector, default to a vector of vectors.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions