inflearn logo
강의

Course

Instructor

Python School - Work Automation Using Python Programming

Read Excel file

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

619

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

전처리 관련질문

0

3

2

수강기간즘연장해주세요

0

4

1

작업형3 기출

0

6

1

유형2에서 데이터분할 생략 가능여부

0

7

1

9회 기출 유형3 질문

0

8

1

lgb 기초편

0

5

1

수업자료 문의

0

8

1

괄호 사용

0

9

1

작업형 2 데이터 전처리 질문

0

10

0

11회 기출 유형 작업형1 문제 3-1

0

9

0

7회 3유형 2번문제 질문

0

8

1

예시문제 작업형2 (ver2023) 질문입니다

0

11

1

Data type에 따른 처리

0

7

1

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

0

209

0

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

0

232

1

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

0

259

1

강의 수강 방법

0

335

1

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

0

296

1

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

0

418

0

jupyter 실행시 오류 내용

0

288

0

질문

0

204

1

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

0

347

0

원격 환경세팅 관련

0

230

0

엑셀관련 질문드립니다.

0

176

0