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