How to ignore empty cells inside a data frame that are randomly spread across the data frame? here is an example of what i have
ColA ColB ColC ColD ColF ColG ColH
A b D
W R D
J H T
Q A O
There is always 3 entries in each row, but the empty cells are random. I looked here but it is not helpful because of the randomness in my data
The output I am expecting is:
ColA_New ColB_New ColC_New
A b D
W R D
J H T
Q A O