摘要: # 代码11-5 def page199(i): #自定义统计函数 j = i[['fullURL','pageTitle']][(i['fullURLId'].str.contains('199')) & (i['fullURL'].str.contains('\?'))] j['pageTitl 阅读全文
posted @ 2023-04-02 21:04 必杀技welllee 阅读(29) 评论(0) 推荐(0)