Is there a way to simply copy multiple cells in one table to another? I try to do this and multiple times it just repeats one cell and messes up the entire dataframe
Is there a way to create a column that encodes a the sales pipeline. For example 1 for "won" 0 for "lost"? I can do this in python easy enough but would prefer to not have to go back and forth to feature engineer.