You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be OK to add (and not too hard). It is consistent with the logic that :col1 => :col2 is rewritten as :col1 => identity => :col2. I will make a PR and we can discuss things there.
Since the syntax currently works I would classify it as a bug (as it is clearly unintended - it only works because AsTable is callable)
I think the following should maybe work
I think maybe this and
transform(df, :b => [:x, :y])
should work, given thattransform(df, :b => :bb)
works.The text was updated successfully, but these errors were encountered: