2020-12-19から1日間の記事一覧

pandasでエクセルファイルを読み込もうとすると "xlrd.biffh.XLRDError: Excel xlsx file; not supported" とエラーが表示されて、読み込めない

pd.read_excel('taisyo.xlsx') とすると、 xlrd.biffh.XLRDError: Excel xlsx file; not supported というエラーが出ますが、 github.com Remove support for anything other than .xls files. ということで、pandasがエクセルファイルを読み込むときに使っ…