-
Notifications
You must be signed in to change notification settings - Fork 373
Closed
Labels
non-breakingThe proposed change is not breakingThe proposed change is not breaking
Milestone
Description
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
Labels
non-breakingThe proposed change is not breakingThe proposed change is not breaking