Pandas Dataframe Query string contain between two columns

前端 未结 0 1791
一个人的身影
一个人的身影 2021-01-24 02:30

I want to find all the rows in a dataframe where the text from one column can be found in a second column. For example:

import numpy as np
import pandas as pd
df          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题