2020-10-01から1ヶ月間の記事一覧

VSCode(Visual Studio Code)のproxyの設定

proxy環境下でVSCodeを使うとき、settings.jsonのhttp.proxyではダメで、VSCodeの起動オプションで"--proxy-server"を指定してました。(最初これが分からなくて苦労しました...。) しかし、ようやく起動オプションは使わなくてもよくなったようです。 Invest…

Pyhon 3.9 で pandasでread_excel()すると、AttributeError: 'ElementTree' object has no attribute 'getiterator'

Python 3.9を使い始めました。と言うか、Windowsでscoop使っていて、アップデートでうっかりPython3.9になってしまったのですが。 で、Python3.9とpandasでread_excel()すると、 AttributeError: 'ElementTree' object has no attribute 'getiterator' にな…