在導入Pandas包時,會報如下錯誤:
ImportError: C extension: No module named 'pandas._libs' not built. If you want to import pandas from the source directory, you may need to run 'python setup.py build_ext --inplace --force' to build the C extensions first.
卸載了Numpy和Pandas后重新安裝后 ,正常
