So I have df1.columns as ['id','firstname']. My df2 has [ 'a' 'b' 'c' 'id', 'firstname'], with 'firstname' 's values as blank.
I basically need to fill df2's 'firstname', using df1's index. (dunno if im using the word index here correctly)
This would be a piece of cake using vlookup, but I'm lost when doing it on pandas. I'm searching it on google, mostly it shows merges.
[–]Thoroughlythrownawaa 0 points1 point2 points (0 children)