Home > Software engineering >  how to do dataframe in merge all column
how to do dataframe in merge all column

Time:02-10

[here this image in you see and understand my proble i want arcitect column in name and address both so i want how to make column and replace value name in name column and address is on address column][1] [enter image description here][2]

t=data.replace(np.nan,"").set_index("S.No") t [1]: https://i.stack.imgur.com/fd6b3.png [2]: https://i.stack.imgur.com/y4WJX.png

CodePudding user response:

  •  Tags:  
  • Related