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've been experimenting with piping via Lazy's @> macro. And the new funcitonality.
It all works super well! However one feature that would be nice is an insertcols! method that doesn't take an index for position. The current syntax to insert a column with a particular name at the end of the dataframe -- with a function call where df is the first argument -- is
I've been experimenting with piping via Lazy's
@>
macro. And the new funcitonality.It all works super well! However one feature that would be nice is an
insertcols!
method that doesn't take an index for position. The current syntax to insert a column with a particular name at the end of the dataframe -- with a function call wheredf
is the first argument -- isWhich is kind of a pain.
The text was updated successfully, but these errors were encountered: