I currently have a data set with mercury in fish levels (as values). I wanted to add another column classifying the concentration as "low" "medium" or "high", based on a value I would determine. Ex:<0.1 is considered low, between 0.1 and 0.3 is medium and >0.3 is high.
I honestly dont know where to start with coding this. I was thinking of using an if function.