Closed
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