用另一个数据框的同一列的值替换一个数据框中的一个列的值

时间:2019-04-17 05:02:37

标签: pandas

我有两个数据框,第一个有1000行,看起来像:

df1:
Group      Family       Bonus
one       Laavin       456
two       Grendy       679
four       Fantol      431
seven      Gondow      569

df2:
Group      Family       Bonus
one       LaavinBB       456
two       GrendyBB       679
four       FantolBB      431
seven      GondowBB     569

我想将df1的Family列替换为Family列df2。

请帮助。

0 个答案:

没有答案