エラーメッセージ:ImportError: cannot import name ‘is_list_like’
対処:pandasをダウングレードする。ターミナルで下記を打つ。
pip3 install 'pandas==0.21.0'
使用環境:macOS High Sierra
IDLE3.6.5
Python,Reactプログラミング
エラーメッセージ:ImportError: cannot import name ‘is_list_like’
対処:pandasをダウングレードする。ターミナルで下記を打つ。
pip3 install 'pandas==0.21.0'
使用環境:macOS High Sierra
IDLE3.6.5