摘要: def count107(i): #自定义统计函数 j = i[['fullURL']][i['fullURLId'].str.contains('107')].copy() # 找出类别包含107的网址 j['type'] = None # 添加空列 j['type'][j['fullURL']. 阅读全文
posted @ 2023-04-05 11:23 昌king 阅读(37) 评论(0) 推荐(0)