查找两个DataFrame的字符串

时间:2019-06-12 15:56:48

标签: python pandas

我有两个DataFrames

a)我有一个包含3个字符串的数据框

Product = {'P': ['Tee','Lee', 'Nee']}
Product = DataFrame(Product, columns=['P'])

b)我有一个大型数据框,其中数据框'dfd'的列'Verleihgruppe'包含这3个产品字符串以及许多其他

任务:我想用字符串“ Rental”替换“ Verleihgruppe”列中第二个数据帧dfd中所有“ Product”的字符串。随后,我想将这些“出租”字符串复制到数据帧dfd另一列的同一行中。

0 个答案:

没有答案