I have a data.frame that looks like this:
I want to remove anything within () from col2-3 and skip row 3. waht should I do. Currently I can do th
()