How to concat two data from two columns in Pandas DataFrame?
I am trying to clean up a large dataset, and the two columns im stuck on are 'address' and 'city'.
The 'address' column is fine but the 'city' column which should contain only cities has 'APT 3' , '2ND FL', '#567', '55', etc...
I want to add the val...