Python/Pandas
[Python]Pandas xls 파일 불러오기 pd.read.excel()
건휘맨
2024. 4. 11. 17:43
pd.read_excel('xls파일명') : xls파일 불러오기
# 모듈 설치
pip install xlrd
# Anaconda prompt 에서 pip install xlrd 도 가능하다.