Skip to content

add map for AbstractDataFrame #2053

@bkamins

Description

@bkamins

Following #1952 (comment) a split discussion placaholder for map on AbstractDataFrame functionality.

The difference of map(something, df) from map(something, eachrow(df)) is that the former would produce a DataFrame and it would allow naming columns and using shorthand transformation specifications like map for GroupedDataFrame, so something like:

map(:c => abs => :d, df)

and

map((d=:c => abs, d2=:c=abs2), df)

would be allowed

Metadata

Metadata

Assignees

No one assigned

    Labels

    non-breakingThe proposed change is not breaking

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions