I am new to Pandas, I am looking for solution where I can replace one column values with other columns. For eg:
Replace value of col A with the values in Col E if the values are Nan in colE, Replace with the value of ColD if not nan, else replace with the values of ColC. Can anyone please help?