T
twebber
I have a data set with 538 rows. There's a column of values that if they're
less than 4.18, I want to replace it with 0, above 5.76 replace it with 2,
and in between replace it with 1. How can I do this without manually typing
each one? I googled this and got some info that looked like I'd have to type
up some code, but it seems that there should be an easier way. Any help is
appreciated - thanks!
less than 4.18, I want to replace it with 0, above 5.76 replace it with 2,
and in between replace it with 1. How can I do this without manually typing
each one? I googled this and got some info that looked like I'd have to type
up some code, but it seems that there should be an easier way. Any help is
appreciated - thanks!