2020年8月28日

No module named 'numpy.testing.nosetester'

摘要: scipy版本问题 pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple scipy==1.1.0 阅读全文

posted @ 2020-08-28 20:52 不知所以随风飘动 阅读(1509) 评论(0) 推荐(0) 编辑

重写csv某行

摘要: import csv to_path="1.csv" to_path_="1的备份最终用这个文件.csv" with open(to_path, 'r') as f1: read_it = csv.reader(f1) show_rows = [row for row in read_it] for 阅读全文

posted @ 2020-08-28 10:09 不知所以随风飘动 阅读(269) 评论(0) 推荐(0) 编辑

导航