摘要: 1、extract() # 对每个元素调用 re.match(), 返回匹配的字符串组 示例: 提取其中的汉字 df_p['支付单位'].str.extract('(\w+)\(', expand=False).head() 2、contains() # 对每个元素调用 re.search(), 返 阅读全文
posted @ 2020-06-18 21:30 赏尔 阅读(776) 评论(0) 推荐(0) 编辑