-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
Closing CandidateMay be closeable, needs more eyeballsMay be closeable, needs more eyeballsIO Excelread_excel, to_excelread_excel, to_excelRegressionFunctionality that used to work in a prior pandas versionFunctionality that used to work in a prior pandas versiongood first issue
Milestone
Description
Is your feature request related to a problem?
Reading Stack Overflow, there has been several posts trying to skip blank lines when reading (post 1, post 2, post 3, ...). The proposed solution works for pandas v<0.24 but there is no mention about this feature and trying to use it I get:
In pandas 1.1.4 and 1.2: TypeError: read_excel() got an unexpected keyword argument 'skip_blank_lines'
and no mention in the documentation posted above.
Describe the solution you'd like
Pandas read_excel
and/or ExcelFile
should get back this argument and functionality
nlarusstone
Metadata
Metadata
Assignees
Labels
Closing CandidateMay be closeable, needs more eyeballsMay be closeable, needs more eyeballsIO Excelread_excel, to_excelread_excel, to_excelRegressionFunctionality that used to work in a prior pandas versionFunctionality that used to work in a prior pandas versiongood first issue