pd.read_excel() has some parameters incorrectly documented #385
Labels
fixed in next version (main)
A fix has been implemented and will appear in an upcoming version
typestub
Issue relating to our bundled type stubs
Environment data
Code Snippet / Additional information
The stubs for
read_excel
have some errors with respect to theheader
andskiprows
arguments. The following diffs in the filedist/bundled-stubs/pandas/io/excel/_base.pyi
fix these issues:Details on why these changes are needed:
header
, the valueNone
is allowedskiprows
, the docs need to be updated. See DOC: read_excel supports skiprows argument like read_csv, but tests and docs needed pandas-dev/pandas#36435The text was updated successfully, but these errors were encountered: