摘要: 1、打开Pycharm的项目,找到下方Terminal,打开 2、利用cd进入项目的Scripts文件夹中 3、利用pip install命令和pip uninstall命令安装和卸载所需要的包即可 阅读全文
posted @ 2021-06-03 15:38 时光如你般美好 阅读(183) 评论(0) 推荐(0) 编辑
摘要: ####pandas无法打开.xlsx文件,xlrd.biffh.XLRDError: Excel xlsx file; not supported ####分析原因 最近xlrd更新到了2.0.1版本,只支持.xls文件。所以pandas.read_excel(‘xxx.xlsx’)会报错。 ## 阅读全文
posted @ 2021-06-03 15:33 时光如你般美好 阅读(2622) 评论(0) 推荐(0) 编辑
摘要: ####File --> Settings... --> Editor --> General --> Console中勾选右侧第一项Use soft wraps in console可自动换行,否则不自动换行。 阅读全文
posted @ 2021-06-03 11:37 时光如你般美好 阅读(458) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/sunyueqinghit/article/details/81905509 阅读全文
posted @ 2021-06-03 10:44 时光如你般美好 阅读(25) 评论(0) 推荐(0) 编辑