摘要: 保存以下文件为 grequests.py # -*- coding: utf-8 -*- """ grequests ~~~~~~~~~ This module contains an asynchronous replica of ``requests.api``, powered by geve 阅读全文
posted @ 2023-03-06 23:17 tiansz 阅读(76) 评论(0) 推荐(0) 编辑
摘要: import pandas as pd df = pd.read_csv("combination.csv", encoding="gbk") print(df) 阅读全文
posted @ 2023-03-06 11:30 tiansz 阅读(10) 评论(0) 推荐(0) 编辑
摘要: from itertools import combinations import pandas as pd # %% 获取不同意图的双列表 f = open("same_sentence.txt", encoding="utf-8") single_sentence_list = [] same_ 阅读全文
posted @ 2023-03-06 11:28 tiansz 阅读(14) 评论(0) 推荐(0) 编辑