ExcelFile.parse() and pd.read_xlsx() have different behavior for "sheetname" argument #20920
Labels
API Design
Deprecate
Functionality to remove in pandas
good first issue
IO Excel
read_excel, to_excel
Milestone
Code Sample, a copy-pastable example if possible
pd.read_excel()
ExcelFile.parse()
Problem description
sheetname
,which is deprecated, these two gives different results.FutureWarning
, but ExcelFile.parse() givesTypeError
instead.Expected Output
ExcelFile.parse() should raise
FutureWarning
and use the value ofsheetname
as that ofsheet_name
Output of
pd.show_versions()
INSTALLED VERSIONS
commit: None
python: 3.6.4.final.0
python-bits: 64
OS: Darwin
OS-release: 17.5.0
machine: x86_64
processor: i386
byteorder: little
LC_ALL: None
LANG: ja_JP.UTF-8
LOCALE: ja_JP.UTF-8
pandas: 0.22.0
pytest: 3.3.2
pip: 9.0.1
setuptools: 38.4.0
Cython: 0.27.3
numpy: 1.14.0
scipy: 1.0.0
pyarrow: None
xarray: None
IPython: 6.2.1
sphinx: 1.6.6
patsy: 0.5.0
dateutil: 2.6.1
pytz: 2017.3
blosc: None
bottleneck: 1.2.1
tables: 3.4.2
numexpr: 2.6.4
feather: None
matplotlib: 2.1.2
openpyxl: 2.4.10
xlrd: 1.1.0
xlwt: 1.2.0
xlsxwriter: 1.0.2
lxml: 4.1.1
bs4: 4.6.0
html5lib: 1.0.1
sqlalchemy: 1.2.1
pymysql: None
psycopg2: None
jinja2: 2.10
s3fs: None
fastparquet: None
pandas_gbq: None
pandas_datareader: None
The text was updated successfully, but these errors were encountered: