inflearn logo
강의

Course

Instructor

Python School - Work Automation Using Python Programming

Read Excel file

엑셀파일 읽기에서 결과 값이 나오지 않고 있습니다. ㅠㅠ

611

webghostcj3033

2 asked

1

---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
<ipython-input-2-230f01c25d40> in <module>
      1 import pandas as pd
----> 2 df = pd.read_excel('a.xlsx', sheetname='Sheet1')
      3 df

~\Anaconda3\lib\site-packages\pandas\util\_decorators.py in wrapper(*args, **kwargs)
    206                 else:
    207                     kwargs[new_arg_name] = new_arg_value
--> 208             return func(*args, **kwargs)
    209 
    210         return wrapper

~\Anaconda3\lib\site-packages\pandas\io\excel\_base.py in read_excel(io, sheet_name, header, names, index_col, usecols, squeeze, dtype, engine, converters, true_values, false_values, skiprows, nrows, na_values, keep_default_na, verbose, parse_dates, date_parser, thousands, comment, skip_footer, skipfooter, convert_float, mangle_dupe_cols, **kwds)
    304         if arg in kwds:
    305             raise TypeError(
--> 306                 "read_excel() got an unexpected keyword argument " "`{}`".format(arg)
    307             )
    308 

TypeError: read_excel() got an unexpected keyword argument `sheetname`

python

Answer 0

6-6

0

4

0

작업형 1 유형 부분

0

9

1

수강평 이벤트

0

16

2

작업형 1 (삭제예정, 구 버전)

0

28

2

강의노트는 어디있나요?

0

17

1

노션 학습 자료 권한 요청

0

16

1

수강기간 연장 문의드립니다.

0

21

1

2유형 레이블 인코딩 VS 원핫 인코딩

0

23

3

part2강의 문의사항입니다.

0

19

2

수강기간 연장 문의드립니다.

0

26

1

인덱스 슬라이싱

0

27

2

코드를 첨부해야하는 이유가 있나요?

0

20

2

소리가 겹쳐서 들려요

0

20

2

파이썬스쿨- 업무 자동화 자료 다운로드 안됩니다.

0

204

0

섹션 8 카카오톡 챗봇 관련 django 프로젝트 생성 오류 문의 드립니다.

0

221

1

영상에서 프로그램 제작전에 알아야 할 파이썬 기초 강의를 추천하셨는데 어디에 있는건가요?

0

254

1

강의 수강 방법

0

329

1

jupyter notebook 처음부터 안되는데...

0

288

1

카카오톡 챗봇 관련 강의 업데이트가 필요할 것 같습니다.

0

417

0

jupyter 실행시 오류 내용

0

280

0

질문

0

198

1

누락 값 처리에서 &#039;from pandas~&#039;, &#039;skipinitialspace&#039;, &#039;inplace&#039;에 관하여

0

345

0

원격 환경세팅 관련

0

222

0

엑셀관련 질문드립니다.

0

173

0