エラー内容
ImportError: C extension: hashtable not built. If you want to import pandas from the source directory, you may need to run 'python setup.py build_ext --inplace' to build the C extensions first.
解決法
pandasを一旦アンインストールしてから、再びインストール。
ImportError: C extension: hashtable not built. If you want to import pandas from the source directory, you may need to run 'python setup.py build_ext --inplace' to build the C extensions first.
pandasを一旦アンインストールしてから、再びインストール。