Open
Description
Does anyone else run into the problem where you want to add a new column via mutate
but you don't want that new key to be added at the very end? One common example is I have a bunch of state fips codes that are my first column and I add the full state name via a lookup with a mutate
call. I'd like to have that full state name then be the second column so my spreadsheet is easier to read. I could do a select
/ pick
call but I'd have to write out all of my columns and that is a bit verbose.
Perhaps mutate could be supplied an index and it inserts the key at that index? Open to other workarounds people have found for this...
Metadata
Metadata
Assignees
Labels
No labels