pandas를 사용할 때 ImportError: Missing required dependencies ['numpy'] 에러가 발생하면 아래 페이지 참고


https://stackoverflow.com/questions/41859939/python-pandas-missing-required-dependencies-numpy-1


참고로 python 3.5.6 32비트 환경이고

pip install --upgrade numpy

pip install --upgrade pandas 실행하여 해결함.



+ Recent posts