Is there a straightforward way to change the values in column X to NA, based on the value of column Y?
I've got a large dataframe with data for multiple radars. I want to change the column X values (Density) to NA only for radarID "CLX" (column Y).
It Excel this would be a simple select all rows with radarID = "CLX", and replace all Density values with NA.
Thanks