Python/Pandas 'Merge'
col_a & col_b. col_b has some data that I want to move and replace NaN values in col_a...while keeping the rest of col_a the same.
How can I 'left' merge a column and get all the values from that one to replace the null values? Thank for your help!