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
I guess the main reason to remove it would be to reduce the number of functions ending in "cols" (the other one being insertcols!). Otherwise it doesn't really hurt to have it.
aggregate is a very generic term which means different things in other languages. mapcols! is more explicit. But I'm not particularly attached to it. IIRC it mainly exists because it used to be map when DataFrames were column-oriented, but it may not have a very good reason to exist. I imagine the main use case is standardizing columns.
@oxinabox - please reopen (or comment to reopen - I am not sure if you have rights to reopen issues in this repo) if you feel it is worth to deprecate it.
the only benefit of
mapcols
is that it allows fordo
block, so maybe we should leave it.CC @nalimilan @oxinabox
The text was updated successfully, but these errors were encountered: