上一页 1 ··· 165 166 167 168 169 170 171 172 173 ··· 329 下一页
摘要: sns.clustermap 的col_colors如何赋值? https://en.wikipedia.org/wiki/List_of_Crayola_crayon_colors 以上的都不是,以下的才是答案: ... 阅读全文
posted @ 2021-01-26 16:55 bH1pJ 阅读(127) 评论(0) 推荐(0) 编辑
摘要: oneVector2 = pd.DataFrame(data =np.random.random((1,3))) oneVector1 = pd.DataFrame(data =np.random.random((1,3))) 按照“行”进行拼接... 阅读全文
posted @ 2021-01-25 22:55 bH1pJ 阅读(1233) 评论(0) 推荐(0) 编辑
摘要: 坑 阅读全文
posted @ 2021-01-23 14:53 bH1pJ 阅读(19) 评论(0) 推荐(0) 编辑
摘要: %HOMEPATH%\pip\pip.ini [global] timeout = 300 index-url = https://mirrors.aliyun.com/pypi/simple [install] trusted-host=mirror... 阅读全文
posted @ 2021-01-23 14:45 bH1pJ 阅读(54) 评论(0) 推荐(0) 编辑
摘要: Python list每个元素都改变一下、 别想着骚操作,直接for循环得了 阅读全文
posted @ 2021-01-23 14:19 bH1pJ 阅读(22) 评论(0) 推荐(0) 编辑
摘要: time.strftime time.strftime("%Y-%m-%d %H:%M:%S", time.localtime()) 阅读全文
posted @ 2021-01-23 14:14 bH1pJ 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-01-23 13:48 bH1pJ 阅读(35) 评论(0) 推荐(0) 编辑
摘要: def formPMStrgetOldName(PMStr): rootPath = r'D:\x\s\d\d' dirs = os.listdir(rootPath) for i in dirs: # 循环读取路径下的文件并筛选输出 ... 阅读全文
posted @ 2021-01-21 16:40 bH1pJ 阅读(392) 评论(0) 推荐(0) 编辑
摘要: import shutil shutil.copy(oldName, newName) 阅读全文
posted @ 2021-01-21 16:39 bH1pJ 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 坑 阅读全文
posted @ 2021-01-20 18:59 bH1pJ 阅读(112) 评论(0) 推荐(0) 编辑
上一页 1 ··· 165 166 167 168 169 170 171 172 173 ··· 329 下一页