Apply a multiplication to random elements on my dataframe [Solved]
So what I want is to randomly chose a given amount of elements on my dataframe, and to those elements, apply an operation (which will be a multiplication by a number which will also be randomly chosen between a range) to an ‘eta’ column. I’m stuck on achieving this. atm I’ve randomly gotten a list… Read More Apply a multiplication to random elements on my dataframe [Solved]