Pandas text matching like SQL's LIKE?

后端 未结 3 1615
心在旅途
心在旅途 2020-12-25 11:37

Is there a way to do something similar to SQL\'s LIKE syntax on a pandas text DataFrame column, such that it returns a list of indices, or a list of booleans that can be use

3条回答
提交回复
热议问题