Support for Reading Excel Files with Hierarchical Columns Names #4468
Labels
API Design
Duplicate Report
Duplicate issue or pull request
IO Data
IO issues that don't fit into a more specific label
IO Excel
read_excel, to_excel
Milestone
related #4438 #4679
For example see the "INCOME_STATEMENT" sheet on http://shareholder.api.edgar-online.com/efx_dll/edgarpro.dll?FetchFilingXLS1?sessionid=F7D_689jk-BEFvN&ID=9277772
There are four columns in the desired DataFrame:
Currently the
ExcelFile
parser only takes an int for the header parameter, whereas the html parser takes "The row (or rows for a MultiIndex) to use to make the columns headers."The text was updated successfully, but these errors were encountered: