반응형
졸업작품_preparing..../python_작업2019. 2. 24. 22:40Python: Pandas pd.read_excel giving ImportError: Install xlrd >= 1.0.0 for Excel support

Python: Pandas pd.read_excel giving ImportError: Install xlrd >= 1.0.0 for Excel support Python 으로 Exel 작업을 해야할 것이 있어서 pandas를 사용하려 했더니 위와같은 오류가 났다. 해결방법은 간단하다 . xlrd를 다운받는다 . pip install xlrd

반응형
image