1. 程式人生 > 其它 >2020年12月集錦

2020年12月集錦

技術標籤:成長之路機器學習深度學習

1. panda.read_excel() 碰到 excel檔案不可讀的錯誤:

xlrd.biffh.XLRDError: Excel xlsx file; not supported

這種情況需要解除安裝重灌xlrd庫:

pip uninstall xlrd
pip install xlrd==1.2.0