0
另一個數據幀的數據幀的價值觀我有df_1包含兩個數據幀:查找在Python
["TP","MP"]
和df_2包含:
["This is case 12389TP12098","12378MP899" is now resolved","12356DCT is pending"]
我想在df_1搜索在每個使用值它輸入df_2 並返回匹配的那些。在這種情況下,那兩個有TP,MP的條目。
我試過這樣的事情。
df_2.str.contains(df_1)