I would like to replace the values from Column1 to Column2 And also want to export the same in to_csv. Please help me to get this correct
Asked
Active
Viewed 12 times
0
-
1Do you think replace missing values? What is expected output? – jezrael Aug 18 '20 at 11:59
-
Is the figure represent your desired output? – AtanuCSE Aug 18 '20 at 11:59
-
Hi Jezrael : there is value column1 {1,2,3,None,5} want replace the data of column2{NA,2,3,NA,5} respectively , and export to_csv file – Govinda Raju Aug 18 '20 at 12:10
-
Yes @AtanuCSE, exactly replaced as column2 – Govinda Raju Aug 18 '20 at 12:12