是pandas库中的str.index()函数。该函数用于返回数据帧中某列中包含指定字符串的行的索引值。
函数的用法如下:
df['column_name'].str.index('search_string')
其中,df
是数据帧,column_name
是要搜索的列名,search_string
是要查找的字符串。
该函数返回一个包含符合条件的行的索引值的Series对象。
优势:
应用场景:
推荐的腾讯云相关产品:
腾讯云数据库 TencentDB产品介绍链接:https://cloud.tencent.com/product/cdb 腾讯云对象存储 COS产品介绍链接:https://cloud.tencent.com/product/cos
领取专属 10元无门槛券
手把手带您无忧上云