Hello,
I have the following csv where I would like to replace negative values by "0"
4061815000001 | 510700 | 0 | 79 | N | |
---|---|---|---|---|---|
4061815000001 | 520237 | 0 | -2 | N | |
4061815000001 | 520227 | 0 | 5 | N | |
4061815000001 | 520220 | 0 | 20 | N | |
4061815000001 | 520231 | 0 | 6 | N | |
4061815000001 | 520228 | 0 | 18 | N | |
4061815000001 | 520230 | 0 | -21 | N | |
4061815000001 | 520238 | 0 | -3 | N |
and I would like to replace it only on the 4 column.
Can someone guide me, how to do it?
I found several topics here, but none where I can replace it only on the 4th column.
Best regards
Daniel