Skip to content

Add back skip_blank_lines to read_excel in pandas v>1.1.4 #39808

Closed
@jankaWIS

Description

@jankaWIS

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

Metadata

Metadata

Assignees

Labels

Closing CandidateMay be closeable, needs more eyeballsIO Excelread_excel, to_excelRegressionFunctionality that used to work in a prior pandas versiongood first issue

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions