Sign in
Log inSign up

Python/Pandas 'Merge'

Faisal Malik's photo
Faisal Malik
·Jun 28, 2019

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!