Filtering rows in pandas dataframe in python

后端 未结 0 831
花落未央
花落未央 2020-12-06 03:43

I am trying to filter rows in dataframe by multiple strings and I have searched and found this

search_values = [\'vba\',\'google\']
df[df[0].str.contains(\'|\         


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