I have two dataset with columns names as below.
DF1:
Record Type , FNAME , MNAME , LNAME , ID , etc.
DF2:
ID, PREFIX , FNAME , MNAME , LNAME , etc.
If ID field in DF2 found a match in DF1, then copy matching values in 3 columns(FNAME , MNAME , LNAME) from DF2 to DF1.
thank you very much.