我有两个数据框:
df1:
Variable Name Weight
Variable1 2
Variable2 .5
df2:
Variable1 Variable2
3 4
2 5
如何将权重乘以每列中的数字以获得结果:
df3:
Variable1 Variable2
6 2
4 2.5