Skip to content

Revisit spreading for AsTable output` #3408

@pdeffebach

Description

@pdeffebach

Here is a use-case where DataFrames.jl compares unfavorably to dplyr.

Basically, the best way to do inter-dependent column transformations is to use AsTable and return a NamedTuple. However in OP's example, they want to return a scalar and a vector simultaneously. So AsTable isn't an option without some awkward spreading of their scalar.

Maybe we can spread scalar outputs when an AsTable is the dest?

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